commit | 6ef7c8287f2079c8730a2f6ea5d23b2130b326af | [log] [tgz] |
---|---|---|
author | birenroy <birenroy@google.com> | Mon Mar 10 13:12:48 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 10 13:13:50 2025 -0700 |
tree | b60db01b0b8ed1fb19a12e88405ee9dc22d0eba9 | |
parent | 00548e8a25bb4c0067cde826d30a089db52dc5c1 [diff] |
Adds an option to reject HTTP/1.1 messages with a lone linefeed in a chunk extension. This option is default true. Protected by no change in GFE2 behavior; not protected. PiperOrigin-RevId: 735487019
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.