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 code for ap_get_client_block specifically warns against using ap_get_client_block. So, I believe the above is not true. - Brian
