[issue31639] http.server and SimpleHTTPServer hang after a few requests

Julien Palard report at bugs.python.org
Wed Dec 27 16:01:48 EST 2017


Julien Palard <julien+python at palard.fr> added the comment:

David you're right, I updated my patch, also added some documentation and a news entry.

Glenn I can't tell if my PR fixes your issue without an strace or a test. It fixes the one I straced (pre-opening sockets leading to Python reading indefinitly on a socket which may never be used). If you could try my PR I would appreciate it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31639>
_______________________________________


More information about the Python-bugs-list mailing list