This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 2472272ec5 Remove out of date comment. 2472272ec5 is described below commit 2472272ec58ffdd79619fca8254cb0ddca531985 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 ae157bfd6b..118aa92917 100644 --- a/java/org/apache/coyote/Response.java +++ b/java/org/apache/coyote/Response.java @@ -446,8 +446,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