Record: ListenerHttp1Settings
Provides settings related to HTTP/1.x protocol.
Closed record
Fields
- Fields Included from *ListenerHttp1Settings
- keepAlive KeepAlive
- maxPipelinedRequests int
Can be set to either KEEPALIVE_AUTO
, which respects the connection
header, or KEEPALIVE_ALWAYS
,
which always keeps the connection alive, or KEEPALIVE_NEVER
, which always closes the connection
Defines the maximum number of requests that can be processed at a given time on a single connection. By default 10 requests can be pipelined on a single connection and user can change this limit appropriately.