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 4aaf7e30bb Remove out of date comment.
4aaf7e30bb is described below
commit 4aaf7e30bb1ff21faa6ccc2a385413db31580555
Author: Mark Thomas <[email protected]>
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 6ff483b09e..a81185b699 100644
--- a/java/org/apache/coyote/Response.java
+++ b/java/org/apache/coyote/Response.java
@@ -437,8 +437,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: [email protected]
For additional commands, e-mail: [email protected]