envoyproxy/envoy

fault injection: add per-connection HTTP rate limiting

开放

#7,164 创建于 2019年6月4日

 (0 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/faultenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

As a follow up to slow network simulation, we should allow the rate limit to be shared by all streams that are currently active on an HTTP/2 connection. This can be accomplished by having a per-connection object that is shared by all streams that they attach to when created.

贡献者指南