Commit f2d9ff1d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp
parents 60c3ecfe a600a23c
...@@ -709,6 +709,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd, ...@@ -709,6 +709,7 @@ h_ncsa(void *priv, enum VSL_tag_e tag, unsigned fd,
if (strcmp(fname, "Varnish:time_firstbyte") == 0) { if (strcmp(fname, "Varnish:time_firstbyte") == 0) {
VSB_cat(os, lp->df_ttfb); VSB_cat(os, lp->df_ttfb);
p = tmp; p = tmp;
break;
} else if (strcmp(fname, "Varnish:hitmiss") == 0) { } else if (strcmp(fname, "Varnish:hitmiss") == 0) {
VSB_cat(os, (lp->df_hitmiss ? lp->df_hitmiss : "-")); VSB_cat(os, (lp->df_hitmiss ? lp->df_hitmiss : "-"));
p = tmp; 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