zephyr/subsys/net/lib/http
Jukka Rissanen 35d28fb567 net: http: Connection close fix if old connection is active
If we receive a HTTP request and if the earlier context is still
active and it is not the same as the new one, then close the earlier
one. Otherwise it is possible that the old context will be left into
TCP ESTABLISHED state and would never be released. Example of this
is that we had IPv4 connection active and then IPv6 connection is
established, in this case we will disconnect the IPv4 connection
after this commit.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-06-12 10:23:19 +03:00
..
http_client.c net: http: Add HTTPS client support 2017-06-09 09:56:21 +03:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: http: Connection close fix if old connection is active 2017-06-12 10:23:19 +03:00
http.c net: http: Move heap init into net/lib/http/http.c 2017-06-09 09:56:21 +03:00
Kconfig net: http: Collect HTTP server connection information 2017-06-09 13:09:10 +03:00
Makefile net: http: Move heap init into net/lib/http/http.c 2017-06-09 09:56:21 +03:00
README_http_parser net: Restructure network protocols 2017-01-02 10:03:19 +01:00