Skip to content

Commit

Permalink
reverseproxy: Adjust test related to #4201
Browse files Browse the repository at this point in the history
Commit 7c68809
  • Loading branch information
mholt committed Jun 15, 2021
1 parent 7c68809 commit 32c284b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 32c284b

Please sign in to comment.