fix: SSL deadlock
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user