On Sat, Jul 17, 2004 at 03:22:35PM -0000, [EMAIL PROTECTED] wrote:
> niq         2004/07/17 08:22:35
> 
>   Modified:    modules/filters mod_deflate.c
>   Log:
>   Fix previous patch to deal correctly with multiple empty brigades before
>   we know if there's any content, and not re-process the headers.

Is there no simpler fix for this e.g. first thing the filter does is "if
(APR_BRIGADE_EMPTY(bb)) return APR_SUCCESS;".  And to avoid the
re-process issue just ap_remove_output_filter(f) if finding an EOS-only
brigade?

joe

Reply via email to