# HG changeset patch # User Maxim Dounin # Date 1425653078 -10800 # Node ID ae29daca3f0eea41041b08a84e127a361b89afb4 # Parent 01a36878bf361f668373212cd2b7b8eb758c0d5c Explicit use of "proxy_request_buffering on" in tests. This allows to avoid spurious tests failures in test runs with request buffering switched off by default. diff --git a/t/buffering.t b/t/buffering.t --- a/t/buffering.t +++ b/t/buffering.t @@ -50,6 +50,7 @@ http { location /proxy { proxy_pass http://127.0.0.1:8080/empty; + proxy_request_buffering on; } location /empty {