[issue44694] Message from BytesParser cannot be flattened immediately

R. David Murray report at bugs.python.org
Fri Jul 23 20:59:42 EDT 2021


R. David Murray <rdmurray at bitdance.com> added the comment:

I suspect maxheaderlen=0 works because it causes the original lines to be re-emitted without any folding or other processing.  Without that, lines longer than the default max_line_length get refolded.

Can you provide an example of an input message that triggers this problem?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44694>
_______________________________________


More information about the Python-bugs-list mailing list