envoyproxy/envoy

http: option to limit the maximum number of requests on a downstream connection

Ouverte

#8 443 ouverte le 30 sept. 2019

 (8 commentaires) (0 réaction) (0 personne assignée)C++ (5 373 forks)batch import
area/httphelp wanted

Métriques du dépôt

Stars
 (27 997 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Description:

Similar to the MaxRequestsPerChild in apache/httpd, add a configuration in the Envoy HTTP listener to limit the maximum number of requests per connection. After the number of requests hit the maximum number, the TCP connection will be gracefully closed and a new TCP connection will be initialized by the client.

Guide contributeur