Re: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Graham Dumpleton
For those on the Python web sig who might be thinking they missed part of the conversation, you have. This is the second half of a conversation started on Apache modules-dev list about Apache 100-continue processing. If interested, you can see the first half of the conversation at: http://mail-a

RE: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Brian Smith
Graham Dumpleton wrote: > Effectively, if a 200 response came back, it seems to suggest > that the client still should send the request body, just that > it 'SHOULD NOT wait for an indefinite period'. It doesn't say > explicitly for the client that it shouldn't still send the > request body if

Re: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Graham Dumpleton
On 31/01/2008, Brian Smith <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Graham Dumpleton [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 29, 2008 4:29 PM > > To: modules-dev@httpd.apache.org > > Subject: Reading of input after headers sent and 100-continue. > > > > T

RE: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Brian Smith
> -Original Message- > From: Graham Dumpleton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 29, 2008 4:29 PM > To: modules-dev@httpd.apache.org > Subject: Reading of input after headers sent and 100-continue. > > The HTTP output filter will send a 100 result back to a > client wh