3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00
This commit is contained in:
Pragmatic Software 2021-07-09 23:29:44 -07:00
parent e2d1a4d625
commit efc5c103b0

View File

@ -847,7 +847,7 @@ sub parse {
if (not defined $n) {
if ($!{EWOULDBLOCK}) {
if ($SSL_ERROR == SSL_WANT_READ or $SSL_ERROR = SSL_WANT_WRITE) {
if ($SSL_ERROR == SSL_WANT_READ or $SSL_ERROR == SSL_WANT_WRITE) {
return;
}