Include https scheme in origin field of HTTP/3 ACCEPT_CH frame sent via ALPS.

The ACCEPT_CH frame should have an ASCII serialization of the origin:
https://davidben.github.io/http-client-hint-reliability/draft-davidben-http-client-hint-reliability.html#name-http-3-accept_ch-frame

The ASCII serialization of an origin is described at
https://tools.ietf.org/html/rfc6454#section-6.2

Protected by FLAGS_quic_reloadable_flag_quic_alps_include_scheme_in_origin.

PiperOrigin-RevId: 361801907
Change-Id: Iaab4e138fdda93841e0a3119672ed8284a2538d6
2 files changed
tree: 3b8cedea4b0c9a47429f6a54d2627d2fa47b16cc
  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.