Commit 2c33188b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Set ESI:include'ded objs's status to 200

parent 0bbadc56
......@@ -18,6 +18,7 @@ varnish v1 -vcl+backend {
sub vcl_synth {
if (resp.status == 998) {
set resp.status = 200;
set resp.body = "this is the body of an " +
"included synthetic response";
return(deliver);
......
......@@ -14,6 +14,7 @@ varnish v1 -vcl+backend {
sub vcl_synth {
if (resp.status == 998) {
set resp.status = 200;
set resp.body = "synthetic body";
return (deliver);
}
......
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