# HG changeset patch # User Sergey Kandaurov # Date 1556014869 -10800 # Node ID 2be630357aa762d0cd24c46189ab67d73faa1f4c # Parent 95951c72e721777c6ca4a4d5bbe172e97a35a1a2 Tests: removed now unused timeout adjustments in h2_proxy_cache.t. diff --git a/h2_proxy_cache.t b/h2_proxy_cache.t --- 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;