[jboss-remoting-commits] JBoss Remoting SVN: r4171 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat May 10 23:32:43 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-10 23:32:43 -0400 (Sat, 10 May 2008)
New Revision: 4171

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java
Log:
JBREM-979: Log ClientAbortException at DEBUG level.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java	2008-05-11 03:32:10 UTC (rev 4170)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java	2008-05-11 03:32:43 UTC (rev 4171)
@@ -439,6 +439,10 @@
          req.action(ActionCode.ACTION_POST_REQUEST, null);
 
       }
+      catch (ClientAbortException e)
+      {
+         log.debug("Client didn't wait", e);
+      }
       catch(IOException e)
       {
          log.error("Error processing request", e);




More information about the jboss-remoting-commits mailing list