commit | 87502f406f7b25ce56aed2001754a37f68373615 | [log] [tgz] |
---|---|---|
author | birenroy <birenroy@google.com> | Mon Nov 18 18:58:03 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 18 18:59:04 2024 -0800 |
tree | 252d6fa066fbc7512aa2d2432b90b10d3a31bf27 | |
parent | 77ed991499d0ceeb947c3d6169836665f1b408df [diff] |
Raises the verbosity level of most QUICHE_VLOGs within OgHttp2Session. Also adds some VLOG(1) statements for error conditions that should occur infrequently. This will hopefully allow us to debug using verbose logs. Protected by logging only; not protected. PiperOrigin-RevId: 697834810
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.