Commit 73584feb authored by afletch's avatar afletch

Remove set resp.response / resp.http.response

Not required
parent d330c39d
......@@ -35,7 +35,6 @@ sub vcl_synth {
}
set resp.http.Content-Type = "text/html; charset=utf-8";
synthetic {"<html><body><h1>OK, Cookie updated</h1><a href='/devicetest/'>/devicetest/</a></body></html>"};
set resp.http.response = "OK";
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