Right, but then I have to parse it myself, and basically repeat all of
the work of ap_setup_client_block, which I would have preferred to
avoid...

Charles

On Fri, Feb 15, 2008 at 11:25 AM, Nick Kew <[EMAIL PROTECTED]> wrote:
> 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 Apache Modules Book
>  http://www.apachetutor.org/
>

Reply via email to