mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-22 02:59:54 +00:00
Add output flushing after each message transmission
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
@@ -4539,6 +4539,9 @@ static int ssl_flight_append( mbedtls_ssl_context *ssl )
|
||||
MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_flight_transmit_msg", ret );
|
||||
return( ret );
|
||||
}
|
||||
|
||||
if( ( ret = mbedtls_ssl_flush_output( ssl ) ) != 0 )
|
||||
return( ret );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user