RE: ap_get_brigade hangs when submitting a muitipart/form-data

2008-02-16 Thread Brian Smith
> 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

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: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Brian Smith
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

RE: Reading of input after headers sent and 100-continue.

2008-01-30 Thread Brian Smith
> -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