envoyproxy/envoy
http: option to limit the maximum number of requests on a downstream connection
Aperta
#8443 aperta il 30 set 2019
area/httphelp wanted
Metriche repository
- Star
- (27.997 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.