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 7a8bedcb8e Remove out of date comment.
7a8bedcb8e is described below

commit 7a8bedcb8e192d9bd1f1a595610a4a37aacbb2c3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 4 13:45:17 2024 +0100

    Remove out of date comment.
---
 java/org/apache/coyote/Response.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/coyote/Response.java 
b/java/org/apache/coyote/Response.java
index bc29233776..a7eddfd7ff 100644
--- a/java/org/apache/coyote/Response.java
+++ b/java/org/apache/coyote/Response.java
@@ -447,8 +447,7 @@ public final class Response {
 
 
     /**
-     * Signal that we're done with the headers, and body will follow. Any 
implementation needs to notify ContextManager,
-     * to allow interceptors to fix headers.
+     * Signal that we're done with the headers, and body will follow.
      */
     public void sendHeaders() {
         action(ActionCode.COMMIT, this);


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

Reply via email to