On Tue, 5 Jun 2001, Greg Stein wrote:
> On Tue, Jun 05, 2001 at 04:24:03PM -0700, [EMAIL PROTECTED] wrote:
> > On Wed, 6 Jun 2001, Graham Leggett wrote:
> >
> > > [EMAIL PROTECTED] wrote:
> > >
> > > > > Return to whom? Clearly if you remove the TLS filter, it won't be the
> > > > > user!
> > > >
> > > > Yep, right now TLS is broken. I don't have a great idea for how to fix it
> > > > though. :-(
> > >
> > > Have reset_filters() not remove the TLS filter if it is there?
> >
> > That is very difficult, because it builds a specific case that into the
> > server that may not always make sense.
>
> Agreed.
>
> How about if we just remove the request filters, and leave all the
> connection filters?
>
> r->output_filters = c->output_filters;
> add()
> add()
> add()
>
>
> Think that would suffice? Conceivably, a problem could still occur in a
> connection filter, but remember: we're talking about *request* errors here.
> I believe we can assume the connection is fine.
Only do 2 adds, and I can live with this. We need to review the
comments I made when I originally committed reset_filters, because I was
seeing an annoying bug that I want to be sure we don't put back though.
Ryan
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------