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 vinay.sajip
Recipients giampaolo.rodola, orsenthil, python-dev, skrah, vinay.sajip
Date 2011-05-10.09:12:57
SpamBayes Score 5.339888e-05
Marked as misclassified No
Message-id <1305018778.63.0.303156881029.issue12039@psf.upfronthosting.co.za>
In-reply-to
Content
The errors seem to have gone away now, but there is still apparently a behaviour change - previously there was no error when a end_headers() call was omitted when handling a request, but now apparently an end_headers() call is needed to avoid the error.

Either omitting the end_headers() call was always an error but previously undetected, or the requirement to always call end_headers() is new and this should be documented. I'm not sure which of these is the case, but leaving open since I think the http.server documentation ought to be changed. Apart from this I think the issue can be closed.
History
Date User Action Args
2011-05-10 09:12:58vinay.sajipsetrecipients: + vinay.sajip, orsenthil, giampaolo.rodola, skrah, python-dev
2011-05-10 09:12:58vinay.sajipsetmessageid: <1305018778.63.0.303156881029.issue12039@psf.upfronthosting.co.za>
2011-05-10 09:12:57vinay.sajiplinkissue12039 messages
2011-05-10 09:12:57vinay.sajipcreate