Commit 68768d97 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Ignore SLT_CLI when waiting for vsl

parent 20749276
......@@ -242,6 +242,8 @@ varnishlog_thread(void *priv)
tag = VSL_TAG(c->rec.ptr);
vxid = VSL_ID(c->rec.ptr);
if (tag != SLT_CLI)
v->vsl_idle = 0;
if (tag == SLT__Batch)
continue;
tagname = VSL_tags[tag];
......
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