diff options
author | Matthew Holt <[email protected]> | 2021-06-15 15:02:22 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2021-06-15 15:02:22 -0600 |
commit | 32c284b54a77b6c4d3b38485ac2b6484c783b825 (patch) | |
tree | ecabee75bb2e6eb7eb662f655acc92bd82485200 /caddytest | |
parent | 7c68809f4e13a7ac7c9e216a69410e7c1966c1df (diff) | |
download | caddy-32c284b54a77b6c4d3b38485ac2b6484c783b825.tar.gz caddy-32c284b54a77b6c4d3b38485ac2b6484c783b825.zip |
reverseproxy: Adjust test related to #4201
Commit 7c68809f4e13a7ac7c9e216a69410e7c1966c1df
Diffstat (limited to 'caddytest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt b/caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt index f9b0010a4..544bb9ff6 100644 --- a/caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt +++ b/caddytest/integration/caddyfile_adapt/reverse_proxy_options.txt @@ -21,7 +21,7 @@ https://example.com { versions h2c 2 compression off max_conns_per_host 5 - max_idle_conns_per_host 2 + keepalive_idle_conns_per_host 2 } } } @@ -79,8 +79,10 @@ https://example.com { "dial_fallback_delay": 5000000000, "dial_timeout": 3000000000, "expect_continue_timeout": 9000000000, + "keep_alive": { + "max_idle_conns_per_host": 2 + }, "max_conns_per_host": 5, - "max_idle_conns_per_host": 2, "max_response_header_size": 30000000, "protocol": "http", "read_buffer_size": 10000000, |