zephyr/subsys/net/lib/http
Luiz Augusto von Dentz 9147b53d76 net: Remove check for k_delayed_work_cancel
k_delayed_work_cancel now only fail if it hasn't been submitted which
means it is not in use anyway so it safe to reset its data regardless
of its return.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-08-25 15:34:40 -04:00
..
http_client.c net: http: fix avoiding timeout on HTTP requests w/o body 2017-08-23 16:42:03 -04: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
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