Hey Filip, thanks for your swift response. Wireshark tells me:
//::::Client:::://
POST /url/servlet HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13)
Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13
Transfer-Encoding: chunked
145
<some xml></some xml>
//::::Server:::://
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=F9A0B9BAB695EDB6C51253A24D8989D9;
Path=/streamcam_gwt
Transfer-Encoding: chunked
Date: Mon, 29 Mar 2010 15:44:25 GMT
9a
<some answer></some answer>
//::::Client:::://
8E
<second xml></second xml>
beside the hex values which are not set properly, cause I changed the
xml for the sake of simplicity it should be fine right? Or do I miss
something? BTW the last message(second xml) isnt examined by my servlet,
there I already receive event Client_Disconnected instead of a read I
expected. Let me know if you need more information.
Thanks in advance
Chris.
Filip Hanik - Dev Lists schrieb:
hi Chris, if the connection is closed, most likely there is some sort
of data error somewhere.
Record your transaction with Wireshark, and we can examine it.
Low latency http, meaning sending traffic back and forth should be
possible within the body of the request
Filip
On 03/31/2010 07:01 AM, Christian Pfeiffer wrote:
Hello,
I just tried to use the tomcat nio and wondered if it is possible to
use client and server pushes through the same socket connection? Or
if I have to establish to connections for that purpose. In the end
the client should be able to receive notification from server (server
push) and also be able to request certain things. As I understood the
"Low Latency HTTP" document it should be possible. Has anyone any
advice for me, currently the connection gets closed after the second
request from client with error CLIENT_DISCONNECTED.
Thanks in advance
Chris.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org