Commit f4c88da4 authored by Geoff Simmons's avatar Geoff Simmons

Fix a test -- turn off streaming for reliable tests of fetch errors.

parent 597972e6
......@@ -47,6 +47,7 @@ varnish v1 -vcl+backend {
if (bereq.url == "/") {
set beresp.do_esi = true;
}
set beresp.do_stream = false;
# else {
# set beresp.filters = "";
# }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment