forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
bf4bb3f704
@ -223,7 +223,6 @@ def tunnel_main():
|
|||||||
try:
|
try:
|
||||||
client, addr = sock.accept()
|
client, addr = sock.accept()
|
||||||
logger.debug('ACCEPTED CONNECTION from %s (%s)', addr, client)
|
logger.debug('ACCEPTED CONNECTION from %s (%s)', addr, client)
|
||||||
client.settimeout(3.0)
|
|
||||||
# Select BEST process for sending this new connection
|
# Select BEST process for sending this new connection
|
||||||
prcs.best_child().send((client, addr))
|
prcs.best_child().send((client, addr))
|
||||||
del client # Ensure socket is controlled on child process
|
del client # Ensure socket is controlled on child process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user