Commit 03a410a6 authored by Kristian Lyngstøl's avatar Kristian Lyngstøl

Regression test for #310

Re-open #310 for 2.1.4 - trunk checks out fine.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5646 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 57834d08
# $Id$
test "Test obj.http.x-cache in vcl_hit"
varnish v1 -badvcl {
backend foo { .host = "localhost"; }
sub vcl_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