http2-max-concurrent-streams

Use the http2-max-concurrent-streams stanza entry to set the maximum number of simultaneous multiplexed streams WebSEAL will accept per HTTP/2 network connection.

Syntax

http2-max-concurrent-streams = number_of_streams

Description

This stanza entry sets the maximum number of simultaneous multiplexed streams WebSEAL will accept per HTTP/2 network connection to a junctioned server.

Note:
  • Each stream will have a http2-initial-window-size byte buffer.
  • Each stream will need a worker-thread to process the one request or response that is sent over it before it is ended.

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_steams
The maximum number of simultaneous multiplexed streams WebSEAL will accept per HTTP/2 network connection. A value of -1 denotes the unlimited setting and is not recommended in a production WebSEAL environment as memory use in WebSEAL would be unbounded.

Usage

This stanza entry is optional.

Default value

None.

Example

http2-max-concurrent-streams = 100