zephyr/subsys/net/lib
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
..
dns net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00
http net: http: Connection close fix if old connection is active 2017-06-12 10:23:19 +03:00
mqtt net/mqtt: return error codes from net_context_send 2017-04-28 15:01:12 +03:00
zoap net: zoap: Remove extra null checks 2017-05-25 18:50:40 +03:00
Kbuild net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00