maxRequestsPerConnection property

int? maxRequestsPerConnection
getter/setter pair

Maximum requests for a single connection to the backend service.

This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

Implementation

core.int? maxRequestsPerConnection;