Fix MoqtSessionTests with unitialized peer_role_.

This should never happen except in tests, because the SETUP always arrives to set the role. But this CL adds a default value, just in case future changes disrupt the checks around SETUP arriving first and containing Role.

Also fixed an old initialized value problem where the varint for the Role parameter isn't correctly formatted, but we don't exit.

PiperOrigin-RevId: 615050498
2 files changed
tree: 6d0668cd7279701e5df514a7a22ee95c62af747d
  1. build/
  2. depstool/
  3. quiche/
  4. .bazelrc
  5. .bazelversion
  6. BUILD.bazel
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
  10. WHITESPACE
  11. WORKSPACE.bazel
README.md

QUICHE

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.