Commit e46b6b6
[2.0.0] Fix dropped SSL connection when buffer gets full. (#4821)
* Fix dropped SSL connection when buffer gets full.
mbedTLS requires repeated calls to mbedtls_ssl_write() whenever it returns MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE. this happens when the client sends data faster then the server or the connection can handle.
Fixes: #2494
* Update ssl_client.cpp
Add vTaskDelay()1 parent f6116ff commit e46b6b6
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments