envoyproxy/envoy

fault injection: add per-connection HTTP rate limiting

Ouverte

#7 164 ouverte le 4 juin 2019

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (5 373 forks)batch import
area/faultenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur