[DOCS] Mention Integer.MAX_VALUE limit for http.max_content_length

Fixes #11244
This commit is contained in:
Lee Hinman 2015-05-20 13:08:59 -06:00
parent 72fde6f695
commit 0a6f7ef379
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ from the outside. Defaults to the actual port assigned via `http.port`.
|`http.host` |Used to set the `http.bind_host` and the `http.publish_host` Defaults to `http.host` or `network.host`. |`http.host` |Used to set the `http.bind_host` and the `http.publish_host` Defaults to `http.host` or `network.host`.
|`http.max_content_length` |The max content of an HTTP request. Defaults |`http.max_content_length` |The max content of an HTTP request. Defaults to
to `100mb` `100mb`. If set to greater than `Integer.MAX_VALUE`, it will be reset to 100mb.
|`http.max_initial_line_length` |The max length of an HTTP URL. Defaults |`http.max_initial_line_length` |The max length of an HTTP URL. Defaults
to `4kb` to `4kb`