Code cleanup in QuicStreamSequencer.

One change is to clean up nested loop. Another is to change int return type to QuicByteCount to avoid casting.

gfe-relnote: no behavior change.
PiperOrigin-RevId: 289708679
Change-Id: I7faa53c54d429825bf83fe564ad6b5d9a9babe9b
3 files changed
tree: d8b743de439eabd1f72dec125ce966a4156a0403
  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.