envoyproxy/envoy

http: option to limit the maximum number of requests on a downstream connection

开放

#8,443 创建于 2019年9月30日

 (8 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
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.

贡献者指南