Update QuicSpdySessionTestClient.Http3ServerPush* tests.

"\x1header" is not a valid input for a unidirectional stream: a push stream must
have a Push ID immediately following the stream type varint.

My motivation of writing this CL is to be able to land cr/258682203.  That change
breaks these test, because "header" is parsed as the beginning of a frame of
unknown type and some of it gets consumed.  (Note that currently the push ID
is not parsed due to a bug.)

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 260311915
Change-Id: If4f84a811d51f768af06421e2600692af059bd2e
1 file changed
tree: 51630e667dea8848c63789c9c7ca86527ed01a6a
  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.