Re: ap_setup_client_block and Content-Length

2008-02-15 Thread Moacir Schmidt
Have you tried: apr_table_get(r->headers_in, 'Content-Length'); ? On Fri, Feb 15, 2008 at 1:18 PM, Charles Fry <[EMAIL PROTECTED]> wrote: > Hi, > > I desire to access a request's Content-Length from an input filter. > The only way I've been able to determine to do this short of manually > parsi

RE: ap_setup_client_block and Content-Length

2008-02-15 Thread Brian Smith
Nick Kew wrote: > "Charles Fry" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I desire to access a request's Content-Length from an input filter. > > When it exists, you can get it with > apr_table_get(r->headers_in, "Content-Length") There is no way to get an accurate content length if other in

Re: ap_setup_client_block and Content-Length

2008-02-15 Thread Nick Kew
On Fri, 15 Feb 2008 11:18:47 -0500 "Charles Fry" <[EMAIL PROTECTED]> wrote: > Hi, > > I desire to access a request's Content-Length from an input filter. When it exists, you can get it with apr_table_get(r->headers_in, "Content-Length") -- Nick Kew Application Development with Apache - the A