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.

貢獻者指南