Docs: Document `http.max_header_size`

Closes #10752
This commit is contained in:
Clinton Gormley 2015-04-27 15:58:21 +02:00
parent 2f777e4736
commit 089914dede
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ to `100mb`
|`http.max_initial_line_length` |The max length of an HTTP URL. Defaults
to `4kb`
|`http.max_header_size` | The max size of allowed headers. Defaults to `8kB`
|`http.compression` |Support for compression when possible (with
Accept-Encoding). Defaults to `false`.