You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/11/02 16:36:29 UTC

DO NOT REPLY [Bug 47087] Incorrect request body handling with Expect: 100-continue if the client does not receive a transmitted 300 or 400 response prior to sending its body

https://issues.apache.org/bugzilla/show_bug.cgi?id=47087

--- Comment #4 from Nick Kew <ni...@webthing.com> 2009-11-02 07:36:25 UTC ---
Created an attachment (id=24460)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24460)
Experimental patch.

I'm attaching a patch that should fix this by closing the connection, with the
proviso that r->expecting_100 is set (a check for the request header itself at
this point would be slower).  If you have a testbed for provoking this
behavior, it would be great if you could test the patch against it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org