typedef int (ap_filter_chain_traverse_fh_t)(void *data, ap_filter_t *f); int ap_filter_chain_traverse(ap_filter_chain_traverse_fh_t *traverse, void *data, ap_filter_t **chain);
if this patch gets accepted, it may provide not only the way to remove a filter but also a way to hook into the filter_init stuff I've been bugging you about :)
just a reminder so that filter_init doesn't get forgotten - it's a very important (and missing) part of the mod_perl API as far as I'm concerned.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]