HTTP2PoolProperties

HTTP2PoolProperties
HTTP2PoolProperties
JSON Example
{
    "max_http2_control_frames_per_connection": 0,
    "max_http2_header_field_size": 0
}
integer As uint32 As uint32
max_http2_control_frames_per_connection
Optional

The max number of control frames that server can send over an HTTP/2 connection. '0' means unlimited. Allowed values are 0-10000. Special values are 0- Unlimited control frames on a server side HTTP/2 connection. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_http2_header_field_size
Optional

The maximum size in bytes of the compressed request header field. The limit applies equally to both name and value. Allowed values are 1-8192. Field introduced in 21.1.1. Unit is BYTES. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of