Commit aec42d8b 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 424743bb
......@@ -142,7 +142,7 @@ WRW_Flush(struct worker *w)
}
WSL(w, SLT_Debug, *wrw->wfd,
"Hit send timeout, wrote = %ld/%ld; retrying",
"Hit idle send timeout, wrote = %ld/%ld; retrying",
i, wrw->liov);
for (int j = 0; j < wrw->niov; j++) {
......
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