On Tue, 2 Apr 2002, Ryan Bloom wrote: > Nope, I fixed this. The problem was that we couldn't remove the first > filter in any of the three lists, because the previous filter structure > wouldn't be updated. The solution was to walk the filter list each time > we tried to remove a filter. This allows us to find the correct filter > entry and set the pointers appropriately.
there is still a problem. ssl is removed from c->output_filters, but not r->output_filters. mod_ssl does not have access to r->output_filters.