This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author devin
Recipients Felix.Gröbert, christian.heimes, devin, pje, vstinner
Date 2013-08-17.16:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376756057.0.0.860449383379.issue11671@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it's allowed for header line continuation.

http://www.ietf.org/rfc/rfc2616.txt

HTTP/1.1 header field values can be folded onto multiple lines if the
continuation line begins with a space or horizontal tab. All linear
white space, including folding, has the same semantics as SP. A
recipient MAY replace any linear white space with a single SP before
interpreting the field value or forwarding the message downstream.

...

A CRLF is allowed in the definition of TEXT only as part of a header
field continuation. It is expected that the folding LWS will be
replaced with a single SP before interpretation of the TEXT value.
History
Date User Action Args
2013-08-17 16:14:17devinsetrecipients: + devin, pje, vstinner, christian.heimes, Felix.Gröbert
2013-08-17 16:14:17devinsetmessageid: <1376756057.0.0.860449383379.issue11671@psf.upfronthosting.co.za>
2013-08-17 16:14:16devinlinkissue11671 messages
2013-08-17 16:14:16devincreate