@@ -3241,6 +3241,7 @@ int wolfSSL_write(WOLFSSL* ssl, const void* data, int sz)
}
elseif(ssl->earlyData!=no_early_data&&
(ret=wolfSSL_negotiate(ssl))<0){
ssl->error=ret;
returnWOLFSSL_FATAL_ERROR;
}
ssl->earlyData=no_early_data;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.