From 4354e76520a18b80c27f3c564c3a63593ba3dabc Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 13 Feb 2009 09:25:33 +0000 Subject: [PATCH] parameter name change "acceptor" -> "waiter" git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3759 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/b00009.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtest/tests/b00009.vtc b/varnish-cache/bin/varnishtest/tests/b00009.vtc index 62a2b5d0..e2051a15 100644 --- a/varnish-cache/bin/varnishtest/tests/b00009.vtc +++ b/varnish-cache/bin/varnishtest/tests/b00009.vtc @@ -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 "/" -- 2.39.5