zephyr/subsys/net/lib/http
Michael Scott 4fe2bcf13f net: http: fix flush in http_prepare_and_send()
In commit 9489fa54cc ("net: http: Fix http_prepare_and_send"),
the logic for when to call http_send_flush() was incorrect.  This
is causing a call to http_send_flush() every time
http_prepare_and_send() is called.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-03-02 16:51:22 +01:00
..
CMakeLists.txt net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
http.c net: http: fix flush in http_prepare_and_send() 2018-03-02 16:51:22 +01:00
http_client.c net: http: honor CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT setting 2018-03-02 16:51:22 +01:00
http_parser.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_parser_url.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_server.c subsys: net: http: Send "Internal Server Error" on unknown error code 2018-02-19 10:37:57 +02:00
Kconfig net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00