gfe-relnote: Change error code sent on unknown unidirectional stream type.  Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27.

From
https://quicwg.org/base-drafts/draft-ietf-quic-http.html#name-unidirectional-streams:
"Recipients of unknown stream types MAY abort reading of the stream with an
error code of H3_STREAM_CREATION_ERROR"

This CL changes the error code sent from 0xd to 0x103.

PiperOrigin-RevId: 300521130
Change-Id: I11843f7342c8aee0ce9c012e5fab631ee9a31df2
2 files changed
tree: dae58a92ea0c0b1017ac658890cf0071348d9b90
  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.