# 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 -r 95951c72e721 -r 2be630357aa7 h2_proxy_cache.t --- a/h2_proxy_cache.t Mon Apr 22 14:45:45 2019 +0300 +++ b/h2_proxy_cache.t Tue Apr 23 13:21:09 2019 +0300 @@ -38,10 +38,6 @@ 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;