envoyproxy/envoy
http: option to limit the maximum number of requests on a downstream connection
Aberta
#8.443 aberto em 30 de set. de 2019
area/httphelp wanted
Métricas do repositório
- Stars
- (27.997 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.