gfe-relnote: (n/a) Make QuicCircularDeque compile in Chromium. Code not used yet.

QuicCircularDeque uses some c++17 features(if constexpr, some type traits) which are not available in Chromium, this cl changes them to compile under c++14.

PiperOrigin-RevId: 278849141
Change-Id: I27eef9303ac07889ab3504776ab2511ceb82127f
2 files changed
tree: fc13d295768840aa5fc3da10975b8987369871d5
  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.