Skip to content

Commit e891c72

Browse files
committed
fixup! dtls13: Add support for 0.5-RTT data
1 parent a7dce98 commit e891c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ssl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,6 +3241,7 @@ int wolfSSL_write(WOLFSSL* ssl, const void* data, int sz)
32413241
}
32423242
else if (ssl->earlyData != no_early_data &&
32433243
(ret = wolfSSL_negotiate(ssl)) < 0) {
3244+
ssl->error = ret;
32443245
return WOLFSSL_FATAL_ERROR;
32453246
}
32463247
ssl->earlyData = no_early_data;

0 commit comments

Comments
 (0)