From c4d80ab7be5e4d13375394df2b337f891d43331b Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 17 Sep 2020 13:13:37 -0400 Subject: [PATCH] [DOCS] Clarify `http.max_content_length` def (#62562) (#62571) --- docs/reference/modules/http.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 3e4190fc5b7..92aa51336bd 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -42,7 +42,7 @@ Used to set the `http.bind_host` and the `http.publish_host`. `http.max_content_length`:: (<>) -The max content of an HTTP request. Defaults to `100MB`. +Maximum length of an HTTP request body. Defaults to `100MB`. `http.max_initial_line_length`:: (<>)