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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 8f91d402ca Fix grammar in comment
8f91d402ca is described below

commit 8f91d402cac5c20ea4839ce7e9c96d33856adea7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 26 13:45:13 2023 +0100

    Fix grammar in comment
---
 java/org/apache/coyote/http11/Http11Processor.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/coyote/http11/Http11Processor.java 
b/java/org/apache/coyote/http11/Http11Processor.java
index f274472347..6041e85ba2 100644
--- a/java/org/apache/coyote/http11/Http11Processor.java
+++ b/java/org/apache/coyote/http11/Http11Processor.java
@@ -976,8 +976,7 @@ public class Http11Processor extends AbstractProcessor {
             keepAlive = false;
         }
 
-        // This may disabled keep-alive to check before working out the
-        // Connection header.
+        // This may disable keep-alive so check before working out the 
Connection header
         checkExpectationAndResponseStatus();
 
         // This may disable keep-alive if there is more body to swallow


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

Reply via email to