Author: ron.sigal(a)jboss.com
Date: 2008-04-12 02:27:57 -0400 (Sat, 12 Apr 2008)
New Revision: 3979
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ServerThread.java
Log:
JBREM-953: doRun() keeps running after SocketTimeoutException.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ServerThread.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ServerThread.java 2008-04-12
06:23:45 UTC (rev 3978)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/ServerThread.java 2008-04-12
06:27:57 UTC (rev 3979)
@@ -509,7 +509,6 @@
log.trace(this + " timed out", ste);
}
}
- running = false;
}
catch (InterruptedIOException e)
{
Show replies by date