diff options
author | Francis Lavoie <lavofr@gmail.com> | 2020-09-08 12:37:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 10:37:46 -0600 |
commit | 4cd7ae35b3ec3d882168cef669974a2c3aab3618 (patch) | |
tree | e483cf8aad7cc3980f32a2d61fd48c24dc614f9b /caddytest | |
parent | 24f34780b61fc82df6507cf95535c3dfc9f78058 (diff) |
reverseproxy: Add `buffer_requests` option to `reverse_proxy` directive (#3710)
Diffstat (limited to 'caddytest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/reverse_proxy_h2c.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/caddytest/integration/caddyfile_adapt/reverse_proxy_h2c.txt b/caddytest/integration/caddyfile_adapt/reverse_proxy_h2c.txt index 7c4ba29..9f3bc93 100644 --- a/caddytest/integration/caddyfile_adapt/reverse_proxy_h2c.txt +++ b/caddytest/integration/caddyfile_adapt/reverse_proxy_h2c.txt @@ -10,6 +10,7 @@ https://example.com { versions h2c 2 compression off } + buffer_requests } } @@ -38,6 +39,7 @@ https://example.com { { "handle": [ { + "buffer_requests": true, "handler": "reverse_proxy", "headers": { "request": { |