gfe-relnote: Use PushId instead of QuicStreamId argument type where appropriate.  Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27.

PushId is an alias for uint64_t, while QuicStreamId is an alias for uint32_t,
so this might cause a slight behavior change with very large values, but the
affected methods are only used in IETF QUIC, for which push is disabled except
for some tests.

PiperOrigin-RevId: 305871011
Change-Id: If533d822ff5ae1f2af09c23bc6c109f7f59b4833
6 files changed
tree: d54bdcc595eb359ab8daf10d1747ea86b5564161
  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.