zephyr/subsys/net/lib/http
Jukka Rissanen 12017ce761 net: http: Yield after sending response in server
Make sure that a network packet is sent after calling
http_response_send_data(). Othwerwise the packets might be
piling up and not sent in timely manner.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-08-16 14:50:57 -04:00
..
http_client.c net: http: allow HTTP_NETWORK_TIMEOUT to be configured 2017-08-16 12:35:33 +03:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: http: Yield after sending response in server 2017-08-16 14:50:57 -04:00
Kconfig net: http: allow HTTP_NETWORK_TIMEOUT to be configured 2017-08-16 12:35:33 +03:00
Makefile net: http: Remove mbedtls heap setting from http library 2017-06-27 16:42:59 +03:00
README_http_parser net: Restructure network protocols 2017-01-02 10:03:19 +01:00