> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] > Sent: 13 April 2002 02:02
> As Ryan has pointed out, ap_http_filter doesn't properly > handle 100-Continue requests. Rather than call > ap_should_client_block, HTTP_IN (aka ap_http_filter) should > handle this transparently (since I am in the camp that > HTTP_IN should handle all HTTP protocol issues). > > Untested. Can I get any concept +1s (or -1s)? -- justin +1 in concept. IMHO 100 continue should be in the HTTP filter since it is part of the protocol. Sander
