Resolves technical debt issues:

* loop variable is copied but only used as const reference; consider making it a const reference (performance-for-range-copy)

CL generated by 'ykats' via Upkeep (go/upkeep).

Code cleanup

#upkeep #autofix #codehealth

PiperOrigin-RevId: 327512768
Change-Id: I8b187f690d4dd7354076d3cc855f591157098c29
5 files changed
tree: f68558bd657cf07e4b2e61a5047e48fa3fd15b25
  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.