changeset 1467:2be630357aa7

Tests: removed now unused timeout adjustments in h2_proxy_cache.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Apr 2019 13:21:09 +0300
parents 95951c72e721
children 875967f737d4
files h2_proxy_cache.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/h2_proxy_cache.t
+++ b/h2_proxy_cache.t
@@ -38,10 +38,6 @@ http {
 
     proxy_cache_path %%TESTDIR%%/cache    keys_zone=NAME:1m;
 
-    # quit unfixed nginx timely on different linuces
-    http2_idle_timeout 2s;
-    http2_recv_timeout 2s;
-
     server {
         listen       127.0.0.1:8080 http2;
         listen       127.0.0.1:8081;