Commit 7597373d authored by Guido van Rossum's avatar Guido van Rossum

Add a log msg "closing troubled socket <address>" when we receive an

'x' event for a wrapper and then close it.
parent ba7fae18
......@@ -335,6 +335,7 @@ class ConnectThread(threading.Thread):
continue
# Exceptable wrappers are in trouble; close these suckers
for wrap in x:
log("CT: closing troubled socket %s" % str(wrap.addr))
del wrappers[wrap]
wrap.close()
# Writable sockets are connected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment