fix: SSL deadlock

This commit is contained in:
2026-04-11 12:45:20 -03:00
parent 167e5ee696
commit 911c4d199a
+4
View File
@@ -383,6 +383,8 @@ void Proxy::handleClient(SOCKET clientSocket)
continue;
}
}
else
FD_ZERO(&readfds);
idleTimeouts = 0;
/*
@@ -610,6 +612,8 @@ void Proxy::handleClient(SOCKET clientSocket)
continue;
}
}
else
FD_ZERO(&readfds);
tunnelIdleTimeouts = 0;
/*