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 Lukasa, barry, eric.araujo, giampaolo.rodola, icordasc, jhylton, loewis, martin.panter, orsenthil, pitrou, rhettinger, stutzbach
Date 2016-10-29.01:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477703355.24.0.276606319118.issue10721@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a slightly updated patch I have been sitting on. I think the main difference was tweaks to the documentation.

Issue 28548 would also benefit if the HTTP 0.9 code was removed. The presence of the HTTP 0.9 code means a suboptimal response is sent in some error cases. IMO it would be better if the server responded using HTTP 1.0, where we can use error codes like “400 Bad request”. The current code will not use HTTP 1.0 unless it sees that the client supports it.
History
Date User Action Args
2016-10-29 01:09:15martin.pantersetrecipients: + martin.panter, loewis, jhylton, barry, rhettinger, orsenthil, pitrou, giampaolo.rodola, stutzbach, eric.araujo, icordasc, Lukasa
2016-10-29 01:09:15martin.pantersetmessageid: <1477703355.24.0.276606319118.issue10721@psf.upfronthosting.co.za>
2016-10-29 01:09:15martin.panterlinkissue10721 messages
2016-10-29 01:09:14martin.pantercreate