1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-12 09:17:56 +03:00

Merge remote-tracking branch 'origin/v3.5'

This commit is contained in:
Adolfo Gómez García 2022-03-29 13:08:54 +02:00
commit 564b9db013

View File

@ -224,6 +224,7 @@ def tunnel_main():
client, addr = sock.accept()
client.settimeout(3.0)
logger.debug('ACCEPTED CONNECTION from %s (%s)', addr, client)
client.settimeout(3.0)
# Select BEST process for sending this new connection
prcs.best_child().send((client, addr))
del client # Ensure socket is controlled on child process