[master] 18db545 change send_timeout doc to reflect reality rather then intention

Per Andreas Buer perbu at varnish-cache.org
Tue Mar 15 10:57:00 CET 2011


commit 18db5450ffb31b04bbd2db2300737823f26932d1
Author: Per Buer <perbu at varnish-software.com>
Date:   Tue Mar 15 10:56:52 2011 +0100

    change send_timeout doc to reflect reality rather then intention

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index ed70fc7..a1f33d0 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -611,8 +611,8 @@ static const struct parspec input_parspec[] = {
 		"60", "seconds" },
 	{ "send_timeout", tweak_timeout, &master.send_timeout, 0, 0,
 		"Send timeout for client connections. "
-		"If no data has been sent to the client in this many seconds, "
-		"the session is closed.\n"
+		"If the HTTP response hasn't been transmitted in this many\n"
+                "seconds the session is closed. \n"
 		"See setsockopt(2) under SO_SNDTIMEO for more information.",
 		DELAYED_EFFECT,
 		"60", "seconds" },



More information about the varnish-commit mailing list