commit | c7d9e0c3f8795181f9d3b1c2c6f02ead9219047b | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Tue Apr 16 10:22:15 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 16 14:51:11 2019 -0700 |
tree | fa8d632bc84917f76d8a1668c4a5effd1f194d24 | |
parent | 760c05266c4c347cc3dbc88682258fa595a209de [diff] |
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.