gfe-relnote: Send IETF QUIC, HTTP/3 and QPACK error codes in CONNECTION_CLOSE frames.  Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27.

Map each QuicErrorCode to an appropriate IETF error code.  QuicErrorCodes that
are never used, or not used with CONNECTION_CLOSE frames (only internally or
only with GOAWAY frames) are mapped to INTERNAL_ERROR.  Add test to enforce that
mapped error codes are valid transport or application error codes.

PiperOrigin-RevId: 305018830
Change-Id: Ia8a9bf848c56509a480a50017a7a7080593b11ee
4 files changed
tree: d2d3f79daff2a6620b84fa21e0b8404394a2ad5e
  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.