Commit 841e7def authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White-space OCD

parent 45026902
...@@ -9,7 +9,7 @@ server s1 { ...@@ -9,7 +9,7 @@ server s1 {
expect req.http.b == "1" expect req.http.b == "1"
sema r2 sync 2 sema r2 sync 2
sema r1 sync 2 sema r1 sync 2
txresp txresp
} -start } -start
server s2 { server s2 {
...@@ -48,7 +48,7 @@ varnish v1 -vcl+backend { ...@@ -48,7 +48,7 @@ varnish v1 -vcl+backend {
set beresp.grace = 1m; set beresp.grace = 1m;
set beresp.uncacheable = true; set beresp.uncacheable = true;
} }
} -start } -start
varnish v1 -cliok "param.set debug +syncvsl" varnish v1 -cliok "param.set debug +syncvsl"
varnish v1 -cliok "param.set debug +waitinglist" varnish v1 -cliok "param.set debug +waitinglist"
......
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