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 Alex Quinn, laurento.frittella, martin.panter, msornay, orsenthil, pitrou, raylu, serhiy.storchaka
Date 2014-02-10.09:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392023236.33.0.937532147721.issue14044@psf.upfronthosting.co.za>
In-reply-to
Content
The server in question is sending a chunked response, but seems to be closing the connection when it is done, without sending a zero-length chunk (which I understand it is meant to according to the HTTP protocol).

My Firefox shows the XML without any indication of error. But then if I manually truncate a chunked response to Firefox it doesn’t indicate an error either, which I would probably want to know about.
History
Date User Action Args
2014-02-10 09:07:16martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, Alex Quinn, serhiy.storchaka, msornay, raylu, laurento.frittella
2014-02-10 09:07:16martin.pantersetmessageid: <1392023236.33.0.937532147721.issue14044@psf.upfronthosting.co.za>
2014-02-10 09:07:16martin.panterlinkissue14044 messages
2014-02-10 09:07:15martin.pantercreate