[master] fc7732d Clarify which timeout was reached

Lasse Karstensen lkarsten at varnish-cache.org
Fri Nov 16 13:00:56 CET 2012


commit fc7732d2c9d5c2e474d97441381d0787ba53b567
Author: Lasse Karstensen <lasse at varnish-software.com>
Date:   Fri Nov 16 13:00:38 2012 +0100

    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.

diff --git a/bin/varnishd/cache/cache_wrw.c b/bin/varnishd/cache/cache_wrw.c
index 2324318..adf2f11 100644
--- a/bin/varnishd/cache/cache_wrw.c
+++ b/bin/varnishd/cache/cache_wrw.c
@@ -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);



More information about the varnish-commit mailing list