Set maximum allowed push id to large value in QuicSpdyClientSessionTest.TooManyPushPromises.

This test fails in Chromium with "excessive output", blocking QUICHE merge.
Without a large maximum allowed push id, a large number of gMock warnings are
printed about uninteresting CloseConnection() calls.  The test passes because
MockQuicSpdySession::CloseConnection() is mocked out, but Chromium does not
stomach the output volume.

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 258948786
Change-Id: I8c06baa8314bc1153fa5d4168fa99e181163df2a
1 file changed
tree: 56677a3fa0dcb67d6cf9d4e3405b67c9949f9e93
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.