diff --git a/index.html b/index.html index 20db02f..808b74a 100644 --- a/index.html +++ b/index.html @@ -334,10 +334,10 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
Client::flush
will hang if internet is available but there is no route to the destination. Unfortunately SSLClient cannot correct for this without modifying the driver itself, and as a result the recommended solution is ensuring you choose a driver with built-in timeouts to prevent freezing. More information here.v1.6.11
, SSLClient::write
would sometimes call br_ssl_engine_sendapp_ack
with zero bytes, which resulted in a variety of issues including (but not limited to) and infinite recursion loop on the esp32 (#9, #30).v1.6.7
, calls to SSLClient::stop
would sometimes hang the device. More information in issue https://github.com/OPEnSLab-OSU/SSLClient/issues/13.v1.6.6
, calls to SSLClient::connect
would fail if the driver indicated that a socket was already opened (Client::connected
returned true). This behavior created unintentional permanent failures when Client::stop
would fail to close the socket, and as a result was downgraded to a warning in v1.6.6.v1.6.3
, calling SSLClient::write
with more than 2kB of total data before flushing the write buffer would cause a buffer overflow.v1.6.11
, SSLClient::write
would sometimes call br_ssl_engine_sendapp_ack
with zero bytes, which resulted in a variety of issues including (but not limited to) and infinite recursion loop on the esp32 (#9, #30). v1.6.3
, calling SSLClient::write
with more than 2kB of total data before flushing the write buffer would cause a buffer overflow.