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 3aba970 Fix test failures with APR/native. 3aba970 is described below commit 3aba970811c804348091b0555f5b7d8718fd356f Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 25 21:39:30 2019 +0100 Fix test failures with APR/native. --- test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java b/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java index 503e1cd..972cf6e 100644 --- a/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java +++ b/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java @@ -403,6 +403,7 @@ public class TestChunkedInputFilter extends TomcatBaseTest { client.connect(); try { client.processRequest(); + client.disconnect(); } catch (Exception e) { // Socket was probably closed before client had a chance to read // response --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org