http2-max-frame-size
Use the http2-max-frame-size stanza entry to define the maximum size of the body of a single HTTP/2 protocol frame sent over the HTTP/2 network connection.
Syntax
http2-max-frame-size = number_of_bytes
Description
This stanza entry defines the maximum size of the body of a single HTTP/2 protocol frame sent over the 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
- number_of_bytes
- The maximum size of the body of a single HTTP/2 protocol frame that can be sent over the HTTP/2 network connection.
Usage
This stanza entry is optional.
Default value
None.
Example
http2-max-frame-size = 16384