comparison h2_proxy_cache.t @ 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 fe886814b25a
children 236d038dc04a
comparison
equal deleted inserted replaced
1466:95951c72e721 1467:2be630357aa7
35 35
36 http { 36 http {
37 %%TEST_GLOBALS_HTTP%% 37 %%TEST_GLOBALS_HTTP%%
38 38
39 proxy_cache_path %%TESTDIR%%/cache keys_zone=NAME:1m; 39 proxy_cache_path %%TESTDIR%%/cache keys_zone=NAME:1m;
40
41 # quit unfixed nginx timely on different linuces
42 http2_idle_timeout 2s;
43 http2_recv_timeout 2s;
44 40
45 server { 41 server {
46 listen 127.0.0.1:8080 http2; 42 listen 127.0.0.1:8080 http2;
47 listen 127.0.0.1:8081; 43 listen 127.0.0.1:8081;
48 server_name localhost; 44 server_name localhost;