gfe-relnote: (n/a) Remove a QUIC_BUG in quic::PacketNumberQueue::AddRange. Test only. Not protected.

Note this changes the semantics of AddRange, previously we do not allow adding ranges in the middle, now we do. It is safe because this function is only used by tests.

PiperOrigin-RevId: 278747688
Change-Id: Ic5349132cab019f893d68b568c60010a217bfd7c
3 files changed
tree: c614e3ec6c15504974a572dd0cfbcf103147618e
  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.