[issue21035] Python's HTTP server implementations hangs after 16.343 requests on MacOSX
Antoine Pitrou
report at bugs.python.org
Sun Mar 23 13:26:33 CET 2014
Antoine Pitrou added the comment:
Intuitively: no TCP ports available left?
Have you tried connecting from another client when the hang happens?
Have you tried tracing what happens in the server? (is the incoming connection accepted?)
----------
nosy: +ned.deily, pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21035>
_______________________________________
More information about the Python-bugs-list
mailing list