gfe-relnote: Close connection if incoming MAX_PUSH_ID frame tries to reduce maximum push ID.  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.

As Renjie suggested at cl/302687788, this is done in QuicSpdySession instead of
QuicReceiveControlStream.

PiperOrigin-RevId: 306424146
Change-Id: I51ee39b6ac9c8ead8616009d60f1dd5c933c25ab
5 files changed
tree: 64821221f58148d971b16db0c3c59119dfcddc48
  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.