On 13/01/2011 21:41, verlag.preis...@t-online.de wrote: > Does anybody know why Tomcat uses chunked encoding instead of content-length > header (output buffering)?
Chunked encoding does not mean that the output is unbuffered. If a client declares support for HTTP/1.1 then web servers are free to use chunked encoding for the response if they choose. I suspect what you are seeing is a side-effect of the fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=50496 but I haven't checked through the code. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org