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, samwyse
Date 2007-12-07.06:33:37
SpamBayes Score 0.0049472325
Marked as misclassified No
Message-id <1197009219.82.0.633642207742.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
Refactoring sounds like a good idea.  Someone would need to check how
other web servers log this, if at all.  You're probably right about the
HTTP/0.9 as well.

The main reason to send a 100 response is because the client sent an
"Expect: 100-continue" header, and won't send data until either it
receives the header or a timeout expires.  The server is expected to
validate the received headers before sending the response, although it
is allowed to send it in any event.
History
Date User Action Args
2007-12-07 06:33:40samwysesetspambayes_score: 0.00494723 -> 0.0049472325
recipients: + samwyse, gvanrossum
2007-12-07 06:33:39samwysesetspambayes_score: 0.00494723 -> 0.00494723
messageid: <1197009219.82.0.633642207742.issue1491@psf.upfronthosting.co.za>
2007-12-07 06:33:39samwyselinkissue1491 messages
2007-12-07 06:33:37samwysecreate