[6.0] 53fa9ffac Fix copy&paste sloppyness in http_resp_size documentation

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:53:07 UTC 2018


commit 53fa9ffac5cb3d0541803b89077e318c410707d1
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 8cfb7f0f3..e2ecff4c8 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