zephyr/subsys/net/lib/http
Paul Sokolovsky b1a3753669 net: http_server: Properly close network contexts.
Use net_context_put(), not net_context_unref(). This makes sure
that after sending response, connections are properly closed.

Jira: ZEP-2362

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-07-18 08:40:02 +03:00
..
http_client.c net: Comment false positives reported by Coverity 2017-07-11 13:59:04 +03:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: http_server: Properly close network contexts. 2017-07-18 08:40:02 +03:00
Kconfig net: http: Remove mbedtls heap setting from http library 2017-06-27 16:42:59 +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