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.
Cheers,
-g
--
Greg Stein, http://www.lyra.org/
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Greg Stein
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/http http_prot... sterling
- Re: cvs commit: httpd-2.0/modules/http http_... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/http h... rbb
- Re: cvs commit: httpd-2.0/modules/ht... Ben Laurie
- Re: cvs commit: httpd-2.0/modul... rbb
- Re: cvs commit: httpd-2.0/m... Graham Leggett
- Re: cvs commit: httpd-2.0/m... Cliff Woolley
- Re: cvs commit: httpd-2.0/m... rbb
- Re: cvs commit: httpd-2.0/m... Greg Stein
- Re: cvs commit: httpd-2.0/m... rbb
- Re: cvs commit: httpd-2.0/m... Greg Stein
- Re: cvs commit: httpd-2.0/m... rbb
- Re: cvs commit: httpd-2.0/m... sterling
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/http http_prot... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/http http_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/http h... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Cliff Woolley
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Greg Stein
