gfe-relnote: Refactor SetMaxAllowedPushId() method, add DCHECKs.  Not protected.

Split QuicSpdySession::SetMaxAllowedPushId() into two methods:
OnMaxPushIdFrame() for the server and SetMaxPushId() for the client.

Rename max_allowed_push_id_ to max_push_id_ for consistency with MAX_PUSH_ID frame.

Add QUIC version and perspective restrictions to method comments and enforce
them with DCHECKs.  Also add DCHECK to QuicSendControlStream::SendMaxPushIdFrame().

PiperOrigin-RevId: 302687788
Change-Id: I043229016505a8642c353a1851402c6522a8dd1b
10 files changed
tree: 370b7196603f83c5fa99f07fb5263f5fbd08f62e
  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.