[master] 13886d9 Correct description

Federico G. Schwindt fgsch at lodoss.net
Tue Jan 19 17:11:57 CET 2016


commit 13886d94af1483ae8cb8a2c300705c3cf8f15b22
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