[HTTP2 Policy <policy ID> Backend Menu] streams - Set maximum concurrent streams per backend connection hpack - Set header compression table size srvrpush - Enable/Disable accepting server push ena - Enable Backend HTTP2 dis - Disable Backend HTTP2 cur - Display current HTTP2 policy configuration |
Command Syntax and Usage | |
---|---|
streams <1-128> | |
Specifies the maximum number of concurrent requests allowed to be outstanding on a single HTTP/2 connection. This is the maximum number of concurrent back-end connections per client. Values: 1-128 Default: 10 | |
hpack <small/medium/large> | |
Specifies the size of the header table per connection. The HTTP/2 protocol compresses HTTP headers to save bandwidth. A larger table size enables better compression, but requires more memory. A smaller table size enables more efficient memory usage. Values: small (4 KB), medium (8 KB), large (16 KB) Default: Medium | |
srvrpush | |
Specifies the number of Server PUSH streams per back-end connection. Current server push streams per backend connection: 0 server push streams per backend connection [0-0]: | |
ena | |
Enables back-end HTTP/2. | |
dis | |
Disables back-end HTTP/2. | |
cur | |
Displays the current HTTP/2 configuration. |