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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new bf4b911  Fix comment typo
bf4b911 is described below

commit bf4b9118f601d1db4aed2f4ea26be0da3a0d9cdd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 15 21:35:28 2019 +0100

    Fix comment typo
---
 java/org/apache/coyote/http11/AbstractHttp11Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/AbstractHttp11Processor.java 
b/java/org/apache/coyote/http11/AbstractHttp11Processor.java
index 1bd0adb..bc149d3 100644
--- a/java/org/apache/coyote/http11/AbstractHttp11Processor.java
+++ b/java/org/apache/coyote/http11/AbstractHttp11Processor.java
@@ -751,7 +751,7 @@ public abstract class AbstractHttp11Processor<S> extends 
AbstractProcessor<S> {
         // Create and add buffered input filter
         getInputBuffer().addFilter(new BufferedInputFilter());
 
-        // Create and add the chunked filters.
+        // Create and add the gzip filters.
         //getInputBuffer().addFilter(new GzipInputFilter());
         getOutputBuffer().addFilter(new GzipOutputFilter());
 


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

Reply via email to