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.


Reply via email to