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

add coverage for obj.status

parent 65e64b74
......@@ -42,6 +42,7 @@ varnish v1 -arg "-i J.F.Nobody" -vcl+backend {
}
sub vcl_hit {
if (obj.status != 200) { return(synth(700)); }
if (obj.proto) { }
if (obj.reason) { }
if (obj.keep > 1m) { }
......
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