envoyproxy/envoy
在 GitHub 查看http: option to limit the maximum number of requests on a downstream connection
Open
#8,443 创建于 2019年9月30日
area/httphelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
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.