> 
> The real "culprit" here for your chunked encoding and lack of
> content-length header is mod_deflate (as Rainer indicated).
> It has to do that, because it compresses the response on-the-fly, and
> does not know the compressed response size in advance.
> 

Which would be fine (well not fine, but I'd understand), if it had the
same behavior when compressing static files also.

-Tony

> There are quite a few possibilities to "tailor" the behaviour of
> mod_deflate, so maybe you want to have a look again at
> http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
> before anything else.

Yep, checked those and tried with various values, no dice.

-Tony


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to