Avoid sending huge chunks of data in EndToEndTest.PostZeroRTTRequestDuringHandshake.

The big POST body slows down test execution and is not necessary for the regression test.

PiperOrigin-RevId: 329606834
Change-Id: I66cff1754d785d3181804701bd23b26f6a962353
1 file changed
tree: 8d9d5176acb08ddf603d0b86e4fe4f180f97d4c1
  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.