Commit 62d4f2c8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot to set resp.status



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2849 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dac77688
......@@ -38,6 +38,7 @@ varnish v1 -vcl+backend {
sub vcl_deliver {
set resp.proto = "HTTP/1.2";
set resp.response = "Naah, lets fail it";
set resp.status = 903;
set resp.http.foobar =
resp.proto
resp.status;
......
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