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 2017/07/17 20:00:15 UTC

svn commit: r1802205 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java

Author: markt
Date: Mon Jul 17 20:00:15 2017
New Revision: 1802205

URL: http://svn.apache.org/viewvc?rev=1802205&view=rev
Log:
Better comment

Modified:
    tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java?rev=1802205&r1=1802204&r2=1802205&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java Mon Jul 17 20:00:15 2017
@@ -251,9 +251,9 @@ public class TestHttp2Limits extends Htt
         }
         case CONNECTION_RESET: {
             // Connection reset. Connection ID will vary so use a pattern
-            // On some platforms (e.g. Windows), the TCP connection close will
-            // be processed before the client gets a chance to read the
-            // connection close frame
+            // On some platform / Connector combinations (e.g. Windows / APR),
+            // the TCP connection close will be processed before the client gets
+            // a chance to read the connection close frame
             try {
                 parser.readFrame(true);
                 Assert.assertThat(output.getTrace(), RegexMatcher.matchesRegex(



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