envoyproxy/envoy
Auf GitHub ansehenhttp: option to limit the maximum number of requests on a downstream connection
Open
#8.443 geöffnet am 30. Sept. 2019
area/httphelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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.