Remove unnecessary QuicStreamPeer methods. These methods access QuicStream methods that are already public, or QuicStream members that already have public accessors. NO_BUG=trivial refactor gfe-relnote: n/a. No functional change. Test-only change. PiperOrigin-RevId: 243831754 Change-Id: Id774f61e98b170320279b293a60db63ccf11035a
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.