Remove unnecessary QuicSpdySession::SetMaxAllowedPushId() calls in tests that are not run with IETF QUIC versions.

I have locally verified that VersionUsesHttp3() is false for all of these calls,
in which case SetMaxAllowedPushId() is a no-op.

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 302464693
Change-Id: I6fb3c14922cd3d424d6b3200097bc640fbff624b
2 files changed
tree: 16364ee6e69e4353b70015f00f7dae32e0159a8e
  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.