Commit ea3eff1e authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix handling vs Varnish:handling in varnishncsa

Thanks to Kai for patch
Fixes: #999
parent efaea244
......@@ -716,7 +716,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd,
VSB_cat(os, (lp->df_hitmiss ? lp->df_hitmiss : "-"));
p = tmp;
break;
} else if (strcmp(fname, "handling") == 0) {
} else if (strcmp(fname, "Varnish:handling") == 0) {
VSB_cat(os, (lp->df_handling ? lp->df_handling : "-"));
p = tmp;
break;
......
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