[4.1] 366ce6e Correct description

Lasse Karstensen lkarsten at varnish-software.com
Fri Jan 22 12:59:06 CET 2016


commit 366ce6e0cb3448c49823c631a683fe8d6fe2f6d7
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jan 19 15:59:32 2016 +0000

    Correct description

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 388c1ee..611640c 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -620,8 +620,8 @@ PARAM(
 	"Maximum number of bytes of HTTP backend response we will deal "
 	"with.  This is a limit on all bytes up to the double blank line "
 	"which ends the HTTP request.\n"
-	"The memory for the request is allocated from the worker workspace "
-	"(param: thread_pool_workspace) and this parameter limits how much "
+	"The memory for the request is allocated from the backend workspace "
+	"(param: workspace_backend) and this parameter limits how much "
 	"of that the request is allowed to take up.",
 	/* l-text */	"",
 	/* func */	NULL



More information about the varnish-commit mailing list