mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 05:09:57 +00:00
Fix typos prior to release
Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ void mbedtls_debug_print_ret( const mbedtls_ssl_context *ssl, int level,
|
||||
/*
|
||||
* With non-blocking I/O and examples that just retry immediately,
|
||||
* the logs would be quickly flooded with WANT_READ, so ignore that.
|
||||
* Don't ignore WANT_WRITE however, since is is usually rare.
|
||||
* Don't ignore WANT_WRITE however, since it is usually rare.
|
||||
*/
|
||||
if( ret == MBEDTLS_ERR_SSL_WANT_READ )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user