# HG changeset patch # User Sergey Kandaurov # Date 1468496963 -10800 # Node ID 516070bada7d90a5f18927a58906631c41520026 # Parent d10ec0f0bb6db1e1ad445d42c7b374883e9903cc Tests: unbreak proxy_limit_rate.t on hosts with larger page sizes. This is used to avoid receiving the entire upstream response at once. diff --git a/proxy_limit_rate.t b/proxy_limit_rate.t --- a/proxy_limit_rate.t +++ b/proxy_limit_rate.t @@ -42,6 +42,7 @@ http { location / { proxy_pass http://127.0.0.1:8080/data; + proxy_buffer_size 4k; proxy_limit_rate 12000; add_header X-Msec $msec; }