Record: ListenerHttp1Settings
Provides settings related to HTTP/1.x protocol.
Closed record
Fields
- keepAlive KeepAlive(default KEEPALIVE_AUTO)
- maxPipelinedRequests int(default MAX_PIPELINED_REQUESTS)
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.