mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 13:40:51 +02:00
Fix whitespaces
This commit is contained in:
committed by
GitHub
parent
98c48a43b7
commit
0cdc7ab583
+1
-1
@@ -848,7 +848,7 @@ static int wolfSSL_quic_send_internal(WOLFSSL* ssl)
|
||||
ssl->quic.output_rec_remain -= (word32)len;
|
||||
}
|
||||
else {
|
||||
/* at start of a TLS Record */
|
||||
/* at start of a TLS Record */
|
||||
if (length < RECORD_HEADER_SZ) {
|
||||
WOLFSSL_MSG("WOLFSSL_QUIC_SEND application failed");
|
||||
ret = FWRITE_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user