Commit 35dc8f56 authored by Jean-Baptiste Quenot's avatar Jean-Baptiste Quenot Committed by Tollef Fog Heen

Fix time_firstbyte bug in varnishncsa

parent a47e91da
......@@ -709,6 +709,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd,
if (strcmp(fname, "Varnish:time_firstbyte") == 0) {
VSB_cat(os, lp->df_ttfb);
p = tmp;
break;
} else if (strcmp(fname, "Varnish:hitmiss") == 0) {
VSB_cat(os, (lp->df_hitmiss ? lp->df_hitmiss : "-"));
p = tmp;
......
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