Fix quiche build error in GCC. No behavior change.

Address GCC error during Envoy import: enumerated and non-enumerated type in conditional expression [-Werror=extra]

PiperOrigin-RevId: 367245558
Change-Id: I0c71cf80336e24e72aa4d133f53b230e4e9d2471
1 file changed
tree: 3b0bbda2eede4545b6f33d1c5f76a692b6bde267
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.