Fix variable type mismatch.

uint64_t and size_t are not the same type on some Chromium platforms.

gfe-relnote: no behavior change. Not protected.
PiperOrigin-RevId: 281602900
Change-Id: Ibe1e4aa62860eb981df05a795d883821d93d13ef
1 file changed
tree: 18e48662726f7494eebdd3f49bfa6b091f6430ca
  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.