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 samwyse
Recipients gvanrossum, jerith, samwyse, vila
Date 2008-05-11.03:02:57
SpamBayes Score 0.3884597
Marked as misclassified No
Message-id <1210474979.03.0.431077149838.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
In the attached file, I've refactored the entire
BaseHTTPRequestHandlerTestCase class.  In doing so, I couldn't help but
notice that we're expecting HTTP/1.1 responses when sending HTTP/1.0
requests.  RFC 2616 is unclear about whether this is legitimate, but I'm
not going to tackle it tonight.
History
Date User Action Args
2008-05-11 03:02:59samwysesetspambayes_score: 0.38846 -> 0.3884597
recipients: + samwyse, gvanrossum, vila, jerith
2008-05-11 03:02:59samwysesetspambayes_score: 0.38846 -> 0.38846
messageid: <1210474979.03.0.431077149838.issue1491@psf.upfronthosting.co.za>
2008-05-11 03:02:58samwyselinkissue1491 messages
2008-05-11 03:02:57samwysecreate