envoyproxy/envoy

fault injection: add per-connection HTTP rate limiting

Open

#7164 aperta il 4 giu 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/faultenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor