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
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.