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/06/09 18:58:21 UTC

svn commit: r1684476 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java

Author: markt
Date: Tue Jun  9 16:58:21 2015
New Revision: 1684476

URL: http://svn.apache.org/r1684476
Log:
Remove unnecessary write. The previous ping triggers the failure and - depending on the system - the server may drop the connection before part 2 is written. If that happens it triggers a false test failure.

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

Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java?rev=1684476&r1=1684475&r2=1684476&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java (original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_4_3.java Tue Jun  9 16:58:21 2015
@@ -98,11 +98,6 @@ public class TestHttp2Section_4_3 extend
 
         sendPing();
 
-        // Part 2
-        headersPayload.clear();
-        buildSimpleRequestPart2(frameHeader, headersPayload, 3);
-        writeFrame(frameHeader, headersPayload);
-
         // Read GOAWAY frame
         parser.readFrame(true);
 



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