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 405a191 Allow a tets to complete more quickly
405a191 is described below
commit 405a1916a145b372cc1c9d7cbd237a0d534e1917
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 29 11:11:23 2020 +0100
Allow a tets to complete more quickly
---
test/org/apache/coyote/http11/TestHttp11Processor.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/org/apache/coyote/http11/TestHttp11Processor.java
b/test/org/apache/coyote/http11/TestHttp11Processor.java
index 48a843b..58fc3b2 100644
--- a/test/org/apache/coyote/http11/TestHttp11Processor.java
+++ b/test/org/apache/coyote/http11/TestHttp11Processor.java
@@ -586,6 +586,7 @@ public class TestHttp11Processor extends TomcatBaseTest {
Client client = new Client(tomcat.getConnector().getLocalPort());
client.setRequest(new String[] {request});
+ client.setUseContentLength(true);
client.connect();
client.processRequest();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]