Commit c718adc4 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

varnishncsa: Fall time_firstbyte back to "missing int"

Fixes #3682
parent bb098e3f
......@@ -607,7 +607,7 @@ parse_x_format(char *buf)
int slt;
if (!strcmp(buf, "Varnish:time_firstbyte")) {
addf_fragment(&CTX.frag[F_ttfb], "");
addf_fragment(&CTX.frag[F_ttfb], CTX.missing_int);
return;
}
if (!strcmp(buf, "Varnish:hitmiss")) {
......
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