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 a700d0d95b Fix backport
a700d0d95b is described below

commit a700d0d95b1513fd8c2b1b88cb411f8baf8c81a5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 15 13:43:10 2023 +0100

    Fix backport
---
 java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java 
b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
index d05397ab16..4cd7f7adfb 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
@@ -16,7 +16,6 @@
  */
 package org.apache.coyote.http11.filters;
 
-import java.io.ByteArrayOutputStream;
 import java.io.IOException;
 import java.nio.ByteBuffer;
 


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

Reply via email to