Remove test-only HttpDecoder::current_frame_type() accessor.

Add HttpDecoderPeer to use in tests instead.  Also encode tests in test
namespace, and override virtual destructor of HttpDecoderTest.

gfe-relnote: n/a, test-only change in QUIC v99-only code.
PiperOrigin-RevId: 254856727
Change-Id: Ic36c7d83495728d23c1c2b7b8dad66a728965c2f
2 files changed
tree: a61540209fc7721092aee4e0830593644b842c1f
  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.

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.