commit | 5de6f0190c90eb060611399315d188f7b4cbdc2e | [log] [tgz] |
---|---|---|
author | dmcardle <dmcardle@google.com> | Wed Jul 09 07:55:17 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 09 07:56:18 2025 -0700 |
tree | 612d59cccf8fef1a397e8b376f75409979ecf1ec | |
parent | 60362a7a639cee0bb0980b582d96b7a3bebe224c [diff] |
Enable quic_no_write_control_frame_upon_connection_close2 for Chrome This should prevent a QUIC_BUG crash that occurs when QuicSession::WriteControlFrame() is called after disconnection. PiperOrigin-RevId: 781052169
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.