[4.1] 24f57e048 Fix copy&paste sloppyness in http_resp_size documentation

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Oct 5 11:32:09 UTC 2018


commit 24f57e048c6466ecd19e15497f48d772ae1a0082
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 9a272a3b8..58d6a8c5c 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -638,10 +638,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