Author: markt
Date: Mon Jun 1 20:26:40 2015
New Revision: 1682995
URL: http://svn.apache.org/r1682995
Log:
More clean-up
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java?rev=1682995&r1=1682994&r2=1682995&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
(original)
+++ tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Mon Jun
1 20:26:40 2015
@@ -610,7 +610,7 @@ public class Http2UpgradeHandler extends
socketWrapper.flush(true);
} else {
// This is an ACK.
- // NO-OP (until such time this implementation decides in initiate
+ // NO-OP (until such time this implementation decides to initiate
// pings)
}
}
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2.java?rev=1682995&r1=1682994&r2=1682995&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2.java
(original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_3_2.java Mon Jun
1 20:26:40 2015
@@ -138,6 +138,6 @@ public class TestHttp2Section_3_2 extend
return;
}
}
- Assert.fail("No content-length");
+ Assert.fail("No content-length in response");
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]