Fix GOAWAY max frame length.

The stream id of a GOAWAY frame is delivered in varint 62 format. Thus we should allow maximum 8 bytes of frame payload.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 274025730
Change-Id: I1685104558764eb04039bb8502d81495e890cdf1
2 files changed
tree: 0c1b2d1bdbe188bcc544f88e4bb048cc66b3e276
  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.