This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 5be7aab  Fix comment
5be7aab is described below

commit 5be7aabfd478baab101d9037fbf772aa8e8fda2e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 5 09:32:24 2020 +0100

    Fix comment
---
 test/org/apache/coyote/http2/TestStreamProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/TestStreamProcessor.java 
b/test/org/apache/coyote/http2/TestStreamProcessor.java
index e72be5f..6628d0f 100644
--- a/test/org/apache/coyote/http2/TestStreamProcessor.java
+++ b/test/org/apache/coyote/http2/TestStreamProcessor.java
@@ -239,7 +239,7 @@ public class TestStreamProcessor extends Http2TestBase {
         Tomcat.addServlet(ctxt, "compression", new CompressionServlet());
         ctxt.addServletMappingDecoded("/compression", "compression");
 
-        // Enable compression for the LargeServlet
+        // Enable compression
         Connector connector = tomcat.getConnector();
         Assert.assertTrue(connector.setProperty("compression", "on"));
 


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

Reply via email to