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 pitrou
Recipients orsenthil, pitrou
Date 2012-09-29.23:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348959751.44.0.331357335713.issue16088@psf.upfronthosting.co.za>
In-reply-to
Content
BaseHTTPRequestHandler.send_error() sets "connection: close", so the client shouldn't need a content-length, but it can still be nicer to send it (e.g. it seems to solve an issue with wget, see issue15991).
History
Date User Action Args
2012-09-29 23:02:31pitrousetrecipients: + pitrou, orsenthil
2012-09-29 23:02:31pitrousetmessageid: <1348959751.44.0.331357335713.issue16088@psf.upfronthosting.co.za>
2012-09-29 23:02:31pitroulinkissue16088 messages
2012-09-29 23:02:30pitroucreate