diff 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
line wrap: on
line diff
--- a/h2_ssl_proxy_cache.t
+++ b/h2_ssl_proxy_cache.t
@@ -51,6 +51,7 @@ http {
         ssl_certificate localhost.crt;
 
         send_timeout 1s;
+        lingering_close off;
 
         location / {
             proxy_pass   http://127.0.0.1:8081;