On Wed, Feb 06, 2002 at 04:16:55PM -0000, [EMAIL PROTECTED] wrote:
> trawick     02/02/06 08:16:55
> 
>   Modified:    server   core.c
>   Log:
>   yet another tweak to empty brigade checking on entry to core_input_filter():
>   
>     since APR_BRIGADE_EMPTY() assumes a non-empty brigade, we have to check
>     before invoking that macro
>   
>     since APR_BRIGADE_EMPTY() can make a brigade empty, we have to check
>     after invoking that macro
>   
>   An obvious variation of this fix would be to change APR_BRIGADE_NORMALIZE()
>   to deal with empty brigades.

You mean APR_BRIGADE_NORMALIZE assumes a non-empty brigade,
right?  -- justin

Reply via email to