[issue24363] httplib fails to handle semivalid HTTP headers

Martin Panter report at bugs.python.org
Tue Jun 14 05:01:07 EDT 2016


Martin Panter added the comment:

I made a patch to fix all header section parsing by default in the email module (see Issue 26686). I’m not 100% sure if it is safe in general, but if it is, it would fix this bug.

----------
dependencies: +email.parser stops parsing headers too soon.

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


More information about the Python-bugs-list mailing list