Adds simple decoder event handling to OgHttp2Session.

The session mostly passes events through to the visitor, although this change does contain some minimal state tracking.

PiperOrigin-RevId: 368932801
Change-Id: I006a9c3d2e156b64f294866de6fc3e92fab9dfe2
6 files changed
tree: b55dca12cb4902b97272b0453a4fd8a50a1702dd
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.