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 orsenthil
Recipients Neil Muller, eric.araujo, gvanrossum, hodgestar, jerith, orsenthil, samwyse, vila
Date 2010-09-30.06:13:23
SpamBayes Score 7.879183e-07
Marked as misclassified No
Message-id <1285827208.72.0.750415145639.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed and committed in revision 85125.

Actually, this changes the behavior of BaseHTTPServer a little and adds two new methods to the code, so I don't think, this should be back-ported to 2.7 and 3.1. If older code were to encounter the new 100 Continue response, then chances are that it may break.

I have added Misc/NEWS too.

BTW, there are tests for BaseHTTPServer in test_httpservers, thought it often gets overlooked. I merged the tests in the patch to that file.

I shall back-port some of the other tests which are useful.

Thanks!
History
Date User Action Args
2010-09-30 06:13:29orsenthilsetrecipients: + orsenthil, gvanrossum, vila, samwyse, hodgestar, Neil Muller, jerith, eric.araujo
2010-09-30 06:13:28orsenthilsetmessageid: <1285827208.72.0.750415145639.issue1491@psf.upfronthosting.co.za>
2010-09-30 06:13:25orsenthillinkissue1491 messages
2010-09-30 06:13:24orsenthilcreate