fixup! dtls13: Add support for 0.5-RTT data

This commit is contained in:
Juliusz Sosinowicz
2023-11-29 23:22:38 +01:00
parent a7dce98797
commit e891c721b8

View File

@@ -3241,6 +3241,7 @@ int wolfSSL_write(WOLFSSL* ssl, const void* data, int sz)
}
else if (ssl->earlyData != no_early_data &&
(ret = wolfSSL_negotiate(ssl)) < 0) {
ssl->error = ret;
return WOLFSSL_FATAL_ERROR;
}
ssl->earlyData = no_early_data;