commit | f49f729b20e993b72f7718788b5023fb5e3dafc9 | [log] [tgz] |
---|---|---|
author | danzh <danzh@google.com> | Wed Nov 20 12:27:45 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 20 12:28:53 2024 -0800 |
tree | 3fb183c239d93c223e326b7b007995a8af225ff1 | |
parent | 94b21e2bb95c40adb207143f6f6c9ba5f7eedb20 [diff] |
Close the connection with error QUIC_HTTP_INVALID_FRAME_SEQUENCE_ON_SPDY_STREAM if FIN is received before finishing receiving the whole HTTP headers. Protected by FLAGS_quic_reloadable_flag_quic_fin_before_completed_http_headers. PiperOrigin-RevId: 698480775
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.