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