[DOCS] Mention Integer.MAX_VALUE limit for http.max_content_length
Fixes #11244
This commit is contained in:
parent
72fde6f695
commit
0a6f7ef379
|
@ -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.max_content_length` |The max content of an HTTP request. Defaults
|
||||
to `100mb`
|
||||
|`http.max_content_length` |The max content of an HTTP request. Defaults to
|
||||
`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
|
||||
to `4kb`
|
||||
|
|
Loading…
Reference in New Issue