]> err.no Git - varnish/commitdiff
parameter name change "acceptor" -> "waiter"
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Feb 2009 09:25:33 +0000 (09:25 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Feb 2009 09:25:33 +0000 (09:25 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3759 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/b00009.vtc

index 62a2b5d05a67a7de93458edfad8ce251dd518f18..e2051a15ab76ca0ec61347c4b8e5b534e7e105dd 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
        txresp -hdr "Connection: close" -body "012345\n"
 } -start
 
-varnish v1 -arg "-p acceptor=poll" -vcl+backend {} -start
+varnish v1 -arg "-p waiter=poll" -vcl+backend {} -start
 
 client c1 {
        txreq -url "/"