commit | ff8fb5d58865f2b0ec50fde0222e55fd40dbe2c3 | [log] [tgz] |
---|---|---|
author | diannahu <diannahu@google.com> | Mon Nov 18 19:24:32 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 18 19:25:40 2024 -0800 |
tree | 7393d8ccff5af127fed2c2d49ad36ca98f91da3c | |
parent | 87502f406f7b25ce56aed2001754a37f68373615 [diff] |
Add an oghttp2 option to disable sending GOAWAYs as a client. This CL adds OgHttp2Session::Options::send_goaway_as_client, a bool that controls whether OgHttp2Session will enqueue/send GOAWAYs when OgHttp2Adapter::SubmitGoAway() is called. This CL default-disables the option, which has the functional change of ignoring a client attempt to send a GOAWAY and aims to resolve the issue described at https://github.com/envoyproxy/envoy/issues/37143. Behavior prior to this CL can be restored by setting this option to true. PiperOrigin-RevId: 697840360
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.