[issue21035] Python's HTTP server implementations hangs after 16.343 requests on MacOSX

Ned Deily report at bugs.python.org
Wed Mar 26 22:53:20 CET 2014


Ned Deily added the comment:

I believe Ronald's suggestion to disable calls to _scproxy doesn't quite work.  Please try this instead:

env no_proxy='*' python -m SimpleHTTPServer

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21035>
_______________________________________


More information about the Python-bugs-list mailing list