[EMAIL PROTECTED] wrote: > Hi, > > recently I upgraded to Tomcat 4.1.10. > I noticed that it is using transfer encoding chunked automagically for some > content types > (image/tiff, audio/x-wav and probably some more). > > Is there any way to avoid this behavior?
You need to set the content-length of the response before it is committed (or have the response fit in the 4K buffer). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
