Commit 79a0da1f authored by Per Buer's avatar Per Buer

Fix for OS X/Darvin

parent 86c21b6f
varnishtest "Test obj.http.x-cache in vcl_hit" varnishtest "Test obj.http.x-cache in vcl_hit"
varnish v1 -errvcl {'obj.http.x-cache': cannot be set in method 'vcl_hit'.} { varnish v1 -errvcl {'obj.http.x-cache': cannot be set in method 'vcl_hit'.} {
backend foo { .host = "localhost"; } backend foo { .host = "127.0.0.1"; }
sub vcl_hit { sub vcl_hit {
set obj.http.x-cache = "hit"; set obj.http.x-cache = "hit";
......
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