Commit ab43f413 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space ocd

parent aa1b15b1
varnishtest "Test banning a hash"
varnish v1 -arg "-b 127.0.0.1:80" -start
varnish v1 -arg "-b 127.0.0.1:80" -start
varnish v1 -clierr 101 "ban.hash foo"
......@@ -135,8 +135,8 @@ client c1 {
delay .1
logexpect l1 -v v1 {
expect * * ReqStart "1.2.3.4 1234"
expect * * ReqStart "1:f::2 1234"
expect * * ReqStart "1.2.3.4 1234"
expect * * ReqStart "1:f::2 1234"
} -start
# Finally try something which works...
......
......@@ -8,7 +8,7 @@ server s1 {
delay .4
} -start
varnish v1 -vcl+backend {
varnish v1 -vcl+backend {
sub vcl_backend_fetch {
set bereq.proto = "HTTP/1.0";
}
......
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