envoyproxy/envoy

fault injection: add per-connection HTTP rate limiting

Open

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

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/faultenhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 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.

贡献者指南