1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls/wrapper
Andy Green c5f6d180dd mbedtls: handle NET_SEND_FAILED
Under the condition the associated client went away (turn off WLAN at the
client), we can spin forever mistaking NET_SEND_FAILED for WANT_WRITE,
which was also true.  This makes sure we understand that was fatal
immediately.
2017-12-01 11:37:35 +08:00
..
include mbedtls: improve SNI for client certs 2017-12-01 11:37:35 +08:00
library mbedtls: improve SNI for client certs 2017-12-01 11:37:35 +08:00
platform mbedtls: handle NET_SEND_FAILED 2017-12-01 11:37:35 +08:00