zephyr/subsys/net/lib
Michael Scott a75458131a net: lib: app: trigger TLS closure when connection is closed
When testing TLS connections on production web server, it was noticed
that the TLS mainloop was getting "hung" after a connection was made
via HTTPS and then closed by the server.  The TLS mainloop was never
being notified that the connection was closed and was stuck waiting
for more data.

The next time that connection was used, TLS would fail to start.

Let's force trigger a closure of the TLS process when the net-app layer
is notified of the connection closure.  This allows the connection to
be successfully reused later.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-01-10 21:47:46 -05:00
..
app net: lib: app: trigger TLS closure when connection is closed 2018-01-10 21:47:46 -05:00
coap crypto: config: config-coap: add CONFIG for setting max content length 2017-12-15 17:52:13 -05:00
dns kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
http kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
lwm2m net: lwm2m: cleanup transfer_request error handling 2017-12-15 18:02:25 -05:00
mqtt kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sntp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sockets kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt net: remove zoap library 2018-01-02 09:41:24 -05:00
Kconfig net: remove zoap library 2018-01-02 09:41:24 -05:00