William A. Rowe, Jr. wrote:
At 03:17 PM 10/20/2003, Aryeh Katz wrote:

I have an input filter that might need to reinvoke the handler that inserted this input filter (this time with the filter removed).

Do not attempt to remove a filter once it's inserted, simple force it to be inert.

hmmm?


modules/http/http_protocol.c:: ap_byterange_filter()

        /* We have nothing to do, get out of the way. */
        if (num_ranges == 0) {
            ap_remove_output_filter(f);
            return ap_pass_brigade(f->next, bb);
        }

Greg



Reply via email to