This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 4a27c3f Allow a tets to complete more quickly
4a27c3f is described below
commit 4a27c3ff0460c7f9ff16ea49ffe0c20790d8576f
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 346f264..2d693ae 100644
--- a/test/org/apache/coyote/http11/TestHttp11Processor.java
+++ b/test/org/apache/coyote/http11/TestHttp11Processor.java
@@ -582,6 +582,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]