On Thu, Sep 18, 2008 at 3:35 PM, Jason Fister <[EMAIL PROTECTED]> wrote:
> Can anyone point me in the right direction? I have searched on the web
> extensively but I did not find anything helpful.

AIUI: In your handler, you ask the input filters for the body.  If the
client is expecting 100-continue, the HTTP input filter takes care of
responding to it.

see ap_http_filter() in modules/http/http_filters.c

You could probably short-circuit the regular processing (but not in an
API friendly way).


-- 
Eric Covener
[EMAIL PROTECTED]

Reply via email to