Enable ALPS in QUIC TLS server handshaker and send ACCEPT_CH data if any.

Enable ALPS exention in server even if there is no ACCEPT_CH frame to send,
to allow the client to send ALPS data if a use case arises in the future.

Protected by FLAGS_quic_reloadable_flag_quic_enable_alps_server.

PiperOrigin-RevId: 353353552
Change-Id: I1f4e173e676a63e7fcc5150bcda36302a607ddbd
2 files changed
tree: 7690511ea96b4d11d1112d7eea0c40b80eef8ca4
  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.