This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 2c7858d4f2 Fix grammar in comment 2c7858d4f2 is described below commit 2c7858d4f2507f6eebd733be7d3e23412fe9a54f 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 ea810616d9..f8d2ffdb86 100644 --- a/java/org/apache/coyote/http11/Http11Processor.java +++ b/java/org/apache/coyote/http11/Http11Processor.java @@ -1196,8 +1196,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