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_get_client_block. Regards, J.K.
