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
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
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