Commit f92d42a0 authored by Pål Hermunn Johansen's avatar Pål Hermunn Johansen

Update Via header to Varnish/6.0

parent 0d600390
......@@ -151,7 +151,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
http_PrintfHeader(req->resp, "Age: %.0f",
floor(fmax(0., req->t_prev - req->objcore->t_origin)));
http_SetHeader(req->resp, "Via: 1.1 varnish (Varnish/5.2)");
http_SetHeader(req->resp, "Via: 1.1 varnish (Varnish/6.0)");
if (cache_param->http_gzip_support &&
ObjCheckFlag(req->wrk, req->objcore, OF_GZIPED) &&
......
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