envoyproxy/envoy

StreamInfo: split between downstream and upstream

Open

#17.594 geöffnet am 4. Aug. 2021

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
help wantedtech debt

Repository-Metriken

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

Beschreibung

Currently StreamInfo is a grab bag for fields that might not make sense for both upstream and downstream (and for that matter for all the places it is used HTTP streams, TCP connections, etc).

Consider splitting in a way that would reduce scope of the interface and make it easier to understand what a particular StreamInfo object is describing.

Contributor Guide