http2-header-table-size

Use the http2-header-table-size stanza entry to define the max header table size for an HTTP/2 network connection.

Syntax

http2-header-table-size = table_size

Description

This stanza entry defines the maximum size in bytes that WebSEAL accepts for header compression table (RFC 7541). There is one table per HTTP/2 network connection to a junctioned server.

This configuration item may be customized for a particular junction by adding the adjusted configuration item to a [junction:{jct_id}] stanza, where '{jct-id}' refers to the junction point for a standard junction (include the leading '/'), or the virtual host label for a virtual host junction.

Options

table_size
The maximum size in bytes that WebSEAL will accept for header compression table.

Usage

This stanza entry is optional.

Default value

None.

Example

http2-header-table-size = 4096