Syntax: | http2_max_field_size |
---|---|
Default: | http2_max_field_size 4k; |
Context: | 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.
Please login to continue.