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 jcea, martin.panter, orsenthil, r.david.murray, s7v7nislands@gmail.com, sanxiago, shubhojeet.ghosh
Date 2015-09-09.05:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441775241.97.0.680958175096.issue12849@psf.upfronthosting.co.za>
In-reply-to
Content
Just closed Issue 25037 about a server that omits the chunk length headers when “Connection: closed” is used.

I wonder if it would be such a bad idea to just remove the “Connection: closed” flag. It was added in 2004 in revision 5e7455fb8db6, but I do not agree with the reason given in the commit message and comment. Adding the flag is only really a courtesy to the server, saying it can drop the connection once it sends the response. Removing it in theory shouldn’t change anything about how the client parses the HTTP response, but in practice it seems it may improve compatibility with buggy servers.
History
Date User Action Args
2015-09-09 05:07:22martin.pantersetrecipients: + martin.panter, jcea, orsenthil, r.david.murray, shubhojeet.ghosh, sanxiago, s7v7nislands@gmail.com
2015-09-09 05:07:21martin.pantersetmessageid: <1441775241.97.0.680958175096.issue12849@psf.upfronthosting.co.za>
2015-09-09 05:07:21martin.panterlinkissue12849 messages
2015-09-09 05:07:21martin.pantercreate