zephyr/subsys/net/lib/http
Jukka Rissanen eda6403850 net: http: HTTP client was not honoring timeout parameter
If the caller of http_client_send_req() sets the timeout to
K_NO_WAIT, then the function would still wait for a while before
returning to the caller.

Jira: ZEP-2624

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-09-27 22:11:21 +03: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
http_client.c net: http: HTTP client was not honoring timeout parameter 2017-09-27 22:11:21 +03:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: Remove check for k_delayed_work_cancel 2017-08-25 15:34:40 -04:00