Commit fc7732d2 authored by Lasse Karstensen's avatar Lasse Karstensen

Clarify which timeout was reached

When looking at varnishlog it looks like it is send_timeout that was reached,
but in fact it is idle_send_timeout. Clarify the language so the user
understands which parameter to adjust.
parent 7fe1673e
......@@ -190,7 +190,7 @@ WRW_Flush(const struct worker *wrk)
}
VSLb(wrw->vsl, SLT_Debug,
"Hit send timeout, wrote = %zd/%zd; retrying",
"Hit idle send timeout, wrote = %zd/%zd; retrying",
i, wrw->liov);
wrw_prune(wrw, i);
......
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