Re: Question on chunked responses.
rvlet tell the Web Server , not to return data in chunks. Is there a way to turn off chunking cleanly in the present. Any idiom/hint etc. would be very appreciated. thanks, Harmeet
Re: Question on chunked responses.
with HTTP 1.1 Connector would be very valuable to us. thanks, Harmeet
Question on chunked responses.
p;& response.getStatus() != HttpServletResponse.SC_NOT_MODIFIED); Is there a way I can turn off chunking for all requests. I am using Tomcat 4.0B7 and HTTP 1.1 connector. Harmeet
Re: HTTP/1.1
getting HTTP 1.0 with some other version/connector ? Harmeet