Introduce HttpDecoder::DecodeSettings().

In IETF QUIC, the client will cache a serialized SETTINGS frame (done in QuicSpdyClientSessionBase::OnSettingsFrame). Later when 0-rtt is attempted, the client session needs to decode the settings and apply to itself.

Unused code. not protected.

PiperOrigin-RevId: 310039639
Change-Id: I634670c019286ebe24e20f86b44da5a834e82066
3 files changed
tree: 388bd161a3150541370da4a8a8fcaff9c8bf2efc
  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.