[master] 5c636fc Fix copy&paste sloppyness in http_resp_size documentation

Poul-Henning Kamp phk at FreeBSD.org
Wed Jun 6 08:36:08 UTC 2018


commit 5c636fcb6c7c9a468850e498c86dace58d5d8bc7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jun 6 08:34:37 2018 +0000

    Fix copy&paste sloppyness in http_resp_size documentation
    
    Fixes	#2684
    
    Reported by:	ernestojpg at github

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 8cfb7f0..e2ecff4 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -699,10 +699,10 @@ PARAM(
 	/* s-text */
 	"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 backend workspace "
+	"which ends the HTTP response.\n"
+	"The memory for the response is allocated from the backend workspace "
 	"(param: workspace_backend) and this parameter limits how much "
-	"of that the request is allowed to take up.",
+	"of that the response is allowed to take up.",
 	/* l-text */	"",
 	/* func */	NULL
 )


More information about the varnish-commit mailing list