
bugzilla at apache
Nov 3, 2009, 5:25 AM
Post #4 of 5
(200 views)
Permalink
|
|
[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
[In reply to]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47087 --- Comment #7 from Stuart A. Malone <samalone[at]llamagraphics.com> 2009-11-03 05:25:16 UTC --- Nick, the patch is working for me. I applied it to the httpd-2.2.14 sources and re-ran my .NET Framework test code that combines PROPFIND, digest authentication, and 100-continue. Before the patch, the test would fail if the PROPFIND contained a body. After the patch, the PROPFIND succeeds both with and without a body. It's a very limited test, but so far, so good. Thanks for working on this. -- 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[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|