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 bucket code will > remove the socket from the brigade.
Right. Well, more precisely, it morphs itself to a zero-length immortal bucket, which is then removed from the brigade by APR_BRIGADE_NORMALIZE. --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
