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

commit 9dba4efc0f0f878076d3bfe113366c047c600b0d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 4 13:50:56 2024 +0100

    Remove deprecated code
---
 java/org/apache/coyote/Response.java | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/java/org/apache/coyote/Response.java 
b/java/org/apache/coyote/Response.java
index ca89a1afca..cdc15a854e 100644
--- a/java/org/apache/coyote/Response.java
+++ b/java/org/apache/coyote/Response.java
@@ -445,17 +445,6 @@ public final class Response {
     }
 
 
-    /**
-     * Signal that we're done with the headers, and body will follow.
-     *
-     * @deprecated Unused. Will be removed in Tomcat 11 onwards. Use {@link 
#commit()}.
-     */
-    @Deprecated
-    public void sendHeaders() {
-        commit();
-    }
-
-
     /**
      * Signal that we're done with the headers, and body will follow.
      */


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

Reply via email to