> On Tue, Mar 05, 2002 at 05:41:28AM -0000, [EMAIL PROTECTED] wrote: > > rbb 02/03/04 21:41:28 > > > > Modified: modules/http http_request.c > > Log: > > Remove another hack from the server. The add_required_filters > function > > was required to make sure that the sub request had the correct filters > > when we went send the error page. With the new filter insertion > logic, > > this is no longer necessary. > >... > > @@ -127,8 +105,6 @@ > > * to obtain the original error, but when adding the > required_filters, > > * we need to do so against the one we came in with. So, save > it. > > */ > > - request_rec *cur = r; > > - > > Looks like there is a comment sitting there that doesn't apply any more...
So there is. I'll remove it today, unless somebody beats me to it. Ryan