Commit 53fa9ffa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Fix copy&paste sloppyness in http_resp_size documentation

Fixes	#2684

Reported by:	ernestojpg@github
parent ec663c71
......@@ -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
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment