Commit 60c4952f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

polish



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2847 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e9405d16
# $Id$
test "VCL/VRT: misc"
test "VCL/VRT: url/request/proto/response/status"
server s1 {
......@@ -30,9 +30,10 @@ varnish v1 -vcl+backend {
}
sub vcl_fetch {
set obj.http.foobar =
obj.proto obj.response;
obj.proto obj.response obj.status;
set obj.proto = "HTTP/1.2";
set obj.response = "For circular files";
set obj.status = 903;
}
sub vcl_deliver {
set resp.proto = "HTTP/1.2";
......
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