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

2008-02-15 Thread Brian Smith
Jarek Kucypera wrote: > ap_get_brigade is designed to be used in input filters. > If you want read request data in your content handler, you > must use ap_should_client_block and ap_get_client_block. There are lots of modules that ship with Apache that are using ap_get_brigade, and the source cod

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

2008-02-14 Thread Jarek Kucypera
I don't know if there is something wrong with my code or if there is some bug on ap_get_brigade function. Any help will be very appreciate! ap_get_brigade is designed to be used in input filters. If you want read request data in your content handler, you must use ap_should_client_block and ap_