# HG changeset patch # User Yaroslav Zhuravlev # Date 1442825941 -10800 # Node ID e491c669220e51699247e97b759fad917e46724c # Parent 75901b2acf0929dc94b59dde674fb570bbb03566 Documented http2_max_field_size, http2_max_header_size diff --git a/xml/en/docs/http/ngx_http_v2_module.xml b/xml/en/docs/http/ngx_http_v2_module.xml --- a/xml/en/docs/http/ngx_http_v2_module.xml +++ b/xml/en/docs/http/ngx_http_v2_module.xml @@ -9,7 +9,7 @@ + rev="2">
@@ -127,6 +127,40 @@ in a connection. + +size +4k +http +server + + +Limits the maximum size of +an HPACK-compressed +request header field. +The limit applies equally to both name and value. +Note that if Huffman encoding is applied, +the actual size of decompressed name and value strings may be larger. +For most requests, the default limit should be enough. + + + + + + +size +16k +http +server + + +Limits the maximum size of the entire request header list after +HPACK decompression. +For most requests, the default limit should be enough. + + + + + size 256k