Hi all,

A friend and I are trying to write an Apache module, which would use a
fixup handler to change the request body for multipart content.
Currently, I'm trying something like :

    ap_discard_request_body(r);
    ap_pass_brigade(r->input_filters, my_shiny_new_bucket_brigade);

But that's only clearing the request body, and not setting
my_shiny_new_bucket_brigade as the bucket brigade. So when my content
handler reads request body, it's null.

Any help with this is greatly appreciated !

Thanks.
- Pratik
http://m.onkey.org

Reply via email to