commit | ce127c66a4770f39ad91d145dae7b387755b2719 | [log] [tgz] |
---|---|---|
author | dmcardle <dmcardle@google.com> | Wed Sep 24 12:18:43 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 24 12:19:50 2025 -0700 |
tree | 1a4a0a088a83eb2ed903a2657c1caa9e871a14a5 | |
parent | e778ced8c13f9f113b59e436671e336880fdd39e [diff] |
Add negative overflow check to `QuicTimeDelta::TryFromMilliseconds` This follows up on cl/810503972, which recently added the method. I realized that the definition, which only checked for positive overflow, was incomplete because the input is a signed type. PiperOrigin-RevId: 810983573
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.