Commit 54fc64d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Coverage for the last bit of vcc_expr.c



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5138 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dfa5ab30
......@@ -25,3 +25,11 @@ varnish v1 -vcl {
}
}
varnish v1 -badvcl {
sub vcl_recv {
if (req.restarts == req.url) {
set req.http.foo = "foo" + 3;
}
}
}
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