> In 2.2.2 ap_get_client_block is the official api, i believe
> the same in 2.2.8, my opinion is to obey apis or once you get
> into trouble when upgrading.
> The modules using ap_get_grigade happen to come from the
> authors of the api, so it looks like they just now, how to
> navigate "under
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
Graham Dumpleton wrote:
> Effectively, if a 200 response came back, it seems to suggest
> that the client still should send the request body, just that
> it 'SHOULD NOT wait for an indefinite period'. It doesn't say
> explicitly for the client that it shouldn't still send the
> request body if
> -Original Message-
> From: Graham Dumpleton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 29, 2008 4:29 PM
> To: modules-dev@httpd.apache.org
> Subject: Reading of input after headers sent and 100-continue.
>
> The HTTP output filter will send a 100 result back to a
> client wh