RE: Question about this patch to core_input_filter...

2002-04-06 Thread Cliff Woolley
On Sat, 6 Apr 2002, Ryan Bloom wrote: > > Justin, > > This is your patch... core_input_filter adds a socket bucket, does a > > APR_BRIGADE_NORMALIZE > > and then calls APR_BRIGADE_EMPTY(). How can this check ever return an > > empty brigade? > > If the socket is closed on the other side, then the

RE: Question about this patch to core_input_filter...

2002-04-06 Thread Ryan Bloom
> Justin, > This is your patch... core_input_filter adds a socket bucket, does a > APR_BRIGADE_NORMALIZE > and then calls APR_BRIGADE_EMPTY(). How can this check ever return an > empty brigade? If the socket is closed on the other side, then the bucket code will remove the socket from the brigad

Re: Question about this patch to core_input_filter...

2002-04-06 Thread Bill Stoddard
> Justin, > This is your patch... core_input_filter adds a socket bucket, does a APR_BRIGADE_NORMALIZE > and then calls APR_BRIGADE_EMPTY(). How can this check ever return an empty brigade? > Bill > > === > RCS file: /home/cvspublic/