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
6 files changed
tree: fa8d632bc84917f76d8a1668c4a5effd1f194d24
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

QUICHE

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.