Re: Fwd: ask quetion

2024-12-04 Thread Mark Thomas
If the response fits in the output buffer (8kB by default) then because Tomcat can buffer the whole response it knows how long it is. In that case Tomcat sets the content-length header. If the response is larger than the output buffer then Tomcat will use chunked encoding. Mark On 04/12/20

Fwd: ask quetion

2024-12-04 Thread Brian Proffitt
-- Forwarded message - From: 胡俊丰 <467300...@qq.com> Date: Wed, Dec 4, 2024 at 1:52 AM Subject: ask quetion To: apache Hello: I am a plain people, i am interested in the Tomcat container. there are a issue: why user's servlet instance output to browser cl