envoyproxy/envoy
http: option to limit the maximum number of requests on a downstream connection
开放
#8,443 创建于 2019年9月30日
area/httphelp wanted
仓库指标
- 星标
- (27,997 个星标)
- PR 合并指标
- (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.