This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 977f20c35b Fix grammar in comment
977f20c35b is described below
commit 977f20c35bc33b2e7cdfd430edb1522f80df5cba
Author: Mark Thomas <[email protected]>
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 ac531ad105..6b88365dbd 100644
--- a/java/org/apache/coyote/http11/Http11Processor.java
+++ b/java/org/apache/coyote/http11/Http11Processor.java
@@ -975,8 +975,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: [email protected]
For additional commands, e-mail: [email protected]