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.

貢獻者指南