jetty.http_response_header_size

Specify the maximum size of the response header (in bytes)

Key: jetty.http_response_header_size
Type: Integer
Can be set in: global.cfg

Description

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.

Default Value

jetty.http_response_header_size=8192