Remove minimally used QuicConnectionCloseFrame constructor

gfe-relnote: N/A removes a constructor used only in tests.
PiperOrigin-RevId: 254980727
Change-Id: I10adbbf0ea8524e5f4a5ba0e1d3031d366147a78
3 files changed
tree: 3736fdfc0537539532cc3a6d6d08b8f9fe0503b9
  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.