On Thursday 15 November 2001 12:16 pm, Ryan Bloom wrote:
> On Thursday 15 November 2001 12:05 pm, Doug MacEachern wrote:
> > On Thu, 15 Nov 2001, Aaron Bannert wrote:
> > > When was the last time you synch'd? I did some style changes yesterday,
> > > but I was pretty careful not to change any functionality, but it's
> > > still possible.
> >
> > i have those changes in my tree.  i don't think it is mod_ssl that's
> > actually broken, looks like the core filter is getting run before the ssl
> > filter.
>
> It most likely is.  The core filter is now added later in connection
> creation. We most likely need another type of filter for SSL.

Well, I found the problem.  SSL is not a NETWORK filter.  It is somewhere
between a CONNECTION and NETWORK filter.  I have got a fix, but I am
still testing it.

The reason it is not a NETWORK filter, is that SSL doesn't actually write to
the network.  Some SSL filters will be NETWORK filters, but those will actually
take over the reading and writing.

Commit within the hour.

Ryan

______________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
--------------------------------------------------------------

Reply via email to