You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the stop_SSL function, the workflow for sockets in blocking mode wrongly checks for SSL_WANT_READ twice instead of checking for SSL_WANT_READandSSL_WANT_WRITE to perform the correct select operation.
The text was updated successfully, but these errors were encountered:
Yaribz
added a commit
to Yaribz/p5-io-socket-ssl
that referenced
this issue
Oct 26, 2023
In the
stop_SSL
function, the workflow for sockets in blocking mode wrongly checks forSSL_WANT_READ
twice instead of checking forSSL_WANT_READ
andSSL_WANT_WRITE
to perform the correctselect
operation.The text was updated successfully, but these errors were encountered: