envoyproxy/envoy

fault injection: add per-connection HTTP rate limiting

Open

#7.164 geöffnet am 4. Juni 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/faultenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide