commit | 316f29bf27eaf53574381b7656d4d90c7fadbafc | [log] [tgz] |
---|---|---|
author | wub <wub@google.com> | Wed Sep 25 17:50:02 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 25 17:51:48 2024 -0700 |
tree | 89f92801c3e3bf86cd0386d32ad1938aa3cb50c9 | |
parent | 71eeb658ef54b3fdbb9ef6e2f11293e94d38a037 [diff] |
If QUIC server closes connection due to invalid hostname in SNI, use new connection close code `QUIC_HANDSHAKE_FAILED_INVALID_HOSTNAME` instead of the generic `QUIC_HANDSHAKE_FAILED`. Protected by FLAGS_quic_reloadable_flag_quic_new_error_code_for_invalid_hostname (Default true). PiperOrigin-RevId: 678914877
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.