changeset 5:ae29daca3f0e default tip

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 06 Mar 2015 17:44:38 +0300
parents 01a36878bf36
children
files t/buffering.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {