FelixG wrote:
After looking at the TCP packets I can say this:
The use of flush() in COMET *does* push data-packets immediately to the
client, but it seems that
the client (in my case a browser) doesn't recognize/display them until the
outputstream is closed due to an ERROR/TIMEOUT or until I call close() manually for the stream.
yes, the browser doesn't really know what to do with the request until the response is complete

Filip
felix


Filip Hanik - Dev Lists wrote:
flush should push out the data for you. If not, please open a bugzilla item and attach the test case
http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206

Filip

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to