Hi Mark,

> -----Original Message-----
> From: ma...@apache.org [mailto:ma...@apache.org]
> Sent: Monday, October 7, 2013 11:44 PM
> To: dev@tomcat.apache.org
> Subject: svn commit: r1530081 -
> /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
> 
> Author: markt
> Date: Mon Oct  7 21:44:09 2013
> New Revision: 1530081
> 
> URL: http://svn.apache.org/r1530081
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 for APR.
> If the socket was registered for read and write and only one occurred, the
> registration for the other event was lost. Ensure that the socket is re-
> registered with the Poller when necessary.

Thanks for the fix.

Unfortunately, for APR it seems there is an issue with connections being closed 
by Tomcat (on Windows):

After resuming firefox.exe, in ~ 50% of the cases Tomcat will close the 
connection one second after resuming the browser (which normally shouldn't 
happen). The snake will disappear in the other browser and Firefox prints 
"WebSocket cosed".
Any idea about this?


Thanks,
Konstantin Preißer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to