envoyproxy/envoy

StreamInfo: split between downstream and upstream

Open

#17.594 aperta il 4 ago 2021

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)C++ (5373 fork)batch import
help wantedtech debt

Metriche repository

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

Descrizione

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.

Guida contributor