On Sunday 26 August 2001 12:54, Doug MacEachern wrote:
> On Sun, 26 Aug 2001, Marc Slemko wrote:
> > hang on, is this about keepalives or chunked encoding?
>
> both.
>
> the check always fails because ap_content_length_filter has set content
> length before ap_set_keepalive is called.  the right fix would probably be
> to check http/1.1-oneness eariler and remove (or not add) the
> ap_content_length_filter if r->chunked.

Can't do that.  The content-length filter always computes the full content length,
even if it isn't put in the response.  That way, we can log it correctly.

Ryan

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

Reply via email to