Re: Question on chunked responses.

2001-08-30 Thread Harmeet
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.

2001-08-30 Thread Harmeet
with HTTP 1.1 Connector would be very valuable to us. thanks, Harmeet

Question on chunked responses.

2001-08-30 Thread Harmeet
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

2001-08-30 Thread harmeet
getting HTTP 1.0 with some other version/connector ? Harmeet