Earlier versions of Tomcat would throw a
SocketException (connection reset by peer, or similar)
when the client closed the connection. However, now
this doesn't seem to occur and servlets continue
writing output back to the client even when
it's gone away. This is a problem, for example,
for server push because you'll continue processing and
writing output, perhaps for hours, for no reason. I'd
rather have the SocketException and be able to deal
with it myself. Am I missing something?

Tomcat 5.0.27
JDK 1.3.1_12



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to