
bugzilla at apache
Nov 24, 2009, 6:40 PM
Post #1 of 3
(289 views)
Permalink
|
|
[Bug 48154] Requests through mod_isapi are not parsed by HTTP_INPUT filter
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48154 --- Comment #3 from Matt Eaton <asf [at] divinehawk> 2009-11-24 18:40:26 UTC --- Also note that a 100-continue is NEVER sent when using mod_isapi. The message body will always be empty in the case where a client was expecting to get a 100-continue before sending the request data. In the case of my isapi dll that provides web services, we lose compatibility with any web service client that uses 100-continue (.NET by default). -- 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 For additional commands, e-mail: bugs-help [at] httpd
|