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 08e93f6822 Use correct import
08e93f6822 is described below
commit 08e93f682218510ae85a587594fbd5796f1f6729
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 15 10:40:08 2023 +0100
Use correct import
---
java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
index 4cd7f7adfb..d05397ab16 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
@@ -16,6 +16,7 @@
*/
package org.apache.coyote.http11.filters;
+import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]