From: Alan T. DeKok Date: Tue, 30 Jul 2024 02:14:26 +0000 (-0400) Subject: thaw on WANT_READ X-Git-Tag: release_3_2_6~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c646ef5711669922c8e528d51464058a5d23d5c;p=thirdparty%2Ffreeradius-server.git thaw on WANT_READ --- diff --git a/src/main/tls_listen.c b/src/main/tls_listen.c index 0aeab7fb937..6d4e1c351ce 100644 --- a/src/main/tls_listen.c +++ b/src/main/tls_listen.c @@ -1091,6 +1091,7 @@ static int try_connect(rad_listen_t *this) return -1; case SSL_ERROR_WANT_READ: + if (this->blocked) proxy_listener_thaw(this); DEBUG3("(TLS) SSL_connect() returned WANT_READ"); return 2;