Fix the following error when building iOS:

//google3/third_party/quic/core/quic_stream_id_manager.cc:103:43: Division by zero is undefined

PiperOrigin-RevId: 353310551
Change-Id: Idadab32fcd7f05860ba36d5f4a87add28c45f7b3
1 file changed
tree: 7d11c756f70e0f8848b1c50df4d8180f56c503ef
  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.