jetty.http_response_header_size

Background

Larger headers will allow for more and/or larger cookies and longer HTTP headers (e.g. for redirection). However, larger headers will also consume more memory.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the jetty.http_response_header_size key, and set the value. This can be set to any valid Integer value.

Default value

jetty.http_response_header_size=8192