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: [email protected]
For additional commands, e-mail: [email protected]