Hello people, I have a question concerning chunked data transfer.
Tomcat doesn't seem to be posting the size of the chunk and an extra CR/LF's? The user in this message : http://mikal.org/interests/java/tomcat/archive/view?mesg=54749 Seems to have it but I don't seem to be able to receive them. As you can see in my example output am I setting the headers as required (response.setHeader( "Transfer-Encoding", "chunked");) Example output : HTTP/1.1 200 OK Set-Cookie: JSESSIONID=C07F14B096FFF0F437E5D27EEC264371; Path=/test Transfer-Encoding: chunked Content-Type: text/html;charset=ISO-8859-1 Date: Thu, 06 Nov 2003 13:05:32 GMT Server: Apache Coyote/1.0 Connection: close test Pin : 109<br>Chipknip : 49<br>Logrecords fetched : 2672<br> <br>Processing time : 27019 milliseconds. Thanks for any help! Ikke
