This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new db02956 Allow a tets to complete more quickly
db02956 is described below
commit db029561ba55bc13b59b3af440037235d72358d8
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 ce4892e..59b3457 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]