Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_
instead of requiring the caller to pass it in explicitly.

Also clean up the implementation of QuicSpdySession::set_max_allowed_push_id()
and rename it to SetMaxAllowedPushId() to match the style guide.

gfe-relnote: Clean up QuicSpdySession::set_max_allowed_push_id. Protected by disabled QUIC v99 flag.
PiperOrigin-RevId: 274851971
Change-Id: Ie4c6ad9aba91a4a26a9d13ebbff4a4399f9d10a9
10 files changed
tree: f2ded8fc27b89cbb729dcd210a371fcfcd68c7d2
  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.