You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/14 18:49:36 UTC

svn commit: r1719973 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Author: markt
Date: Mon Dec 14 17:49:35 2015
New Revision: 1719973

URL: http://svn.apache.org/viewvc?rev=1719973&view=rev
Log:
Correct comments

Modified:
    tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java?rev=1719973&r1=1719972&r2=1719973&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java (original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Mon Dec 14 17:49:35 2015
@@ -244,7 +244,7 @@ public class TestClose extends TomcatBas
         client.closeSocket();
         events.onMessageWait.countDown();
 
-        // BIO will see close form client before it sees the TCP close
+        // BIO will see close from client before it sees the TCP close
         awaitOnClose(CloseCodes.CLOSED_ABNORMALLY, CloseCodes.NORMAL_CLOSURE);
     }
 
@@ -264,7 +264,6 @@ public class TestClose extends TomcatBas
         client.forceCloseSocket();
         events.onMessageWait.countDown();
 
-        // BIO will see close form client before it sees the TCP close
         awaitOnClose(CloseCodes.CLOSED_ABNORMALLY);
     }
 



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