Change large header size in EndToEndTest.WayTooLongRequestHeaders.

Much smaller headers are enough to trigger the behavior this test is exercising.
Large headers are causing test timeouts under different scenarios:
  * TLS + HPACK (b/157248143)
  * QPACK only on tsan bots on Chromium (b/169262950)

PiperOrigin-RevId: 336935923
Change-Id: Idd76963a8e008b459111bd2245d02d446c097fe7
1 file changed
tree: 1d129b53433bf44df805d925c10f4035226c5012
  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.