envoy icon indicating copy to clipboard operation
envoy copied to clipboard

quic: remove duplciate code in QUIC encodeData() implementations

Open RyanTheOptimist opened this issue 11 months ago • 0 comments

quic: remove duplciate code in QUIC encodeData() implementations

Add a QuicSpdyStream& member to EnvoyQuicStream so that the encodeData implementation can be moved to EnvoyQuicStream and out of the subclasses.

Risk Level: Low Testing: Existing Docs Changes: N/A Release Notes: N/A

RyanTheOptimist avatar Feb 26 '24 03:02 RyanTheOptimist