[issue24363] httplib fails to handle semivalid HTTP headers

R. David Murray report at bugs.python.org
Fri Sep 9 14:11:58 EDT 2016


R. David Murray added the comment:

I'm not sure it is a good idea to backport this to 2.7, but if you want to, the same fix can be made in a more hackish way on 2.7 by putting a private variable on FeedParser to control the header parsing behavior.

----------

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


More information about the Python-bugs-list mailing list