Replace kMaxIetfVarInt with UINT32_MAX, as size_t on 32-bit platforms is smaller than kMaxIetfVarInt, thus causing a compile error on those platforms.

gfe-relnote: n/a (test-only change)
PiperOrigin-RevId: 278843731
Change-Id: I0f8174404e8b524a10afe856a7b8e612d720e3d9
1 file changed
tree: 750318277e502432c4f5b42a793187f4da868082
  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.