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 martin.panter
Recipients martin.panter, 신동원
Date 2015-11-03.08:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446540435.16.0.76418329253.issue25539@psf.upfronthosting.co.za>
In-reply-to
Content
Are you able to print out the repr() of the header or the entire HTTP response so we can see exactly what characters are there? Or provide a URL if it is a public server. I suspect it may not be a completely blank line, but may have whitespace there.

Both Python 2 and 3 should stop parsing the HTTP header when they meet a blank line (two CRLFs in a row). This marks the start of the HTTP body. See <https://tools.ietf.org/html/rfc7230#section-3>.
History
Date User Action Args
2015-11-03 08:47:15martin.pantersetrecipients: + martin.panter, 신동원
2015-11-03 08:47:15martin.pantersetmessageid: <1446540435.16.0.76418329253.issue25539@psf.upfronthosting.co.za>
2015-11-03 08:47:15martin.panterlinkissue25539 messages
2015-11-03 08:47:14martin.pantercreate