You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2019/05/05 09:54:36 UTC

[tomcat] branch master updated: Revert as not directly related

This is an automated email from the ASF dual-hosted git repository.

remm 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 c198ccc  Revert as not directly related
c198ccc is described below

commit c198ccc3cb2a9f098fb644779148fda103088275
Author: remm <re...@apache.org>
AuthorDate: Sun May 5 11:54:23 2019 +0200

    Revert as not directly related
---
 test/org/apache/coyote/http2/Http2TestBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/Http2TestBase.java b/test/org/apache/coyote/http2/Http2TestBase.java
index e4ff857..3a0c8d9 100644
--- a/test/org/apache/coyote/http2/Http2TestBase.java
+++ b/test/org/apache/coyote/http2/Http2TestBase.java
@@ -540,7 +540,7 @@ public abstract class Http2TestBase extends TomcatBaseTest {
         http2Protocol.setWriteTimeout(2000);
         http2Protocol.setKeepAliveTimeout(5000);
         http2Protocol.setStreamReadTimeout(1000);
-        http2Protocol.setStreamWriteTimeout(1500);
+        http2Protocol.setStreamWriteTimeout(1000);
         http2Protocol.setMaxConcurrentStreams(maxConcurrentStreams);
         connector.addUpgradeProtocol(http2Protocol);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org