Return INTERNAL_ERROR if QuicErrorCodeToTransportErrorCode() is called with invalid
QuicErrorCode.  This should never happen, because QuicErrorCodeToTransportErrorCode is only called for serializing locally initiated CONNECTION_CLOSE frames, with locally specified QuicErrorCodes.

Note that previous return value {false, NO_IETF_QUIC_ERROR} is invalid, because
NO_IETF_QUIC_ERROR is a transport error code with value 0x0, but false means
application error code, and there is no defined application error code with this
value.  (HTTP/3's H3_NO_ERROR has value 0x100.)

gfe-relnote: Behavior change in IETF QUIC only, protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27.
PiperOrigin-RevId: 305871445
Change-Id: I5509fb42ca8dd79e9963a8d6ef7c0ebba93c73b3
1 file changed
tree: bae25d090f8bb3282aba48c5a8cbff99fbf2189d
  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.