Inline std::deque for http2::Http2Deque in PriorityWriteScheduler.

http2::Http2Deque is an alias for std::deque both internally and in Chromium, so
this is a no-op.  QuicCircularDeque cannot be used, because
PriorityWriteScheduler needs to be able to erase an element from the middle,
which QuicCircularDeque does not support.
PiperOrigin-RevId: 366142670
Change-Id: I306b6490b84903c16a0d18ce4a09c2cf77f4e16c
1 file changed
tree: 4a86afd2f95d9943d34e6233c556136dea32d3e0
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.