[issue21878] wsgi.simple_server's wsgi.input read/readline waits forever in certain circumstances

Bert JW Regeer report at bugs.python.org
Thu Sep 22 01:52:39 EDT 2016


Bert JW Regeer added the comment:

This is still very much an issue, and makes it more difficult to write generic python request/response libraries because we can't assume that a read() will return, and relying on the Content-Length being set is not always possible unfortunately.

----------
nosy: +X-Istence
versions: +Python 2.7, Python 3.3, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list