Re: 'Expect' HTTP Header

2008-09-18 Thread Jason Fister
Thanks for your response. > > > 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. > I use ap_setup_client_block ap_should_client_block(req) ap_get_client_block to get the request bo

Re: 'Expect' HTTP Header

2008-09-18 Thread Eric Covener
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-contin

Re: 'Expect' HTTP Header

2008-09-18 Thread Jason Fister
Can anyone point me in the right direction? I have searched on the web extensively but I did not find anything helpful. On Wed, Sep 17, 2008 at 2:49 PM, Jason Fister <[EMAIL PROTECTED]> wrote: > Hello folks, > According to HTTP 1.1 spec, if a client sends a Expect: 100-continue header > with a re