[issue3566] httplib persistent connections violate MUST in RFC2616 sec 8.1.4.

Martin Panter report at bugs.python.org
Thu Nov 20 05:37:42 CET 2014


Martin Panter added the comment:

I don’t think the peek hack needs to go into to the standard library. It is just a workaround for code using the current library, to differentiate an empty status line due to EOF from any other kind of “bad” status line. This is what Issue 8450, “False BadStatusLine” is about.

----------

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


More information about the Python-bugs-list mailing list