comparison h2_ssl_proxy_cache.t @ 1654:341506267e16

Tests: HTTP/2 tests speedup. Similar to a78eedc39484, this change disables lingering_close in those tests that depend on open connections during graceful shutdown for testing alerts. It was ensured that disabling lingering_close does not cover alerts on older versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 15 Feb 2021 15:55:54 +0300
parents dbce8fb5f5f8
children 823f603da727
comparison
equal deleted inserted replaced
1653:259dfb223f9a 1654:341506267e16
49 49
50 ssl_certificate_key localhost.key; 50 ssl_certificate_key localhost.key;
51 ssl_certificate localhost.crt; 51 ssl_certificate localhost.crt;
52 52
53 send_timeout 1s; 53 send_timeout 1s;
54 lingering_close off;
54 55
55 location / { 56 location / {
56 proxy_pass http://127.0.0.1:8081; 57 proxy_pass http://127.0.0.1:8081;
57 proxy_cache NAME; 58 proxy_cache NAME;
58 } 59 }