Remove QuicConnectionPeer::GetVisitor().

The code is only used in test. And we should directly use the test session rather than the visitor interface in tests.

gfe-relnote: n/a. test only.
PiperOrigin-RevId: 277181966
Change-Id: I932cdca15d1fea8f51f58df453c43e66b20da073
4 files changed
tree: d04f550afe330958b482343a22599f78af810fba
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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.