Use writevarint62 instead of writeuint8 to write the frame type in ietf quic as the ietf draft specifies that the frame_type uses variable length integer encoding. no behavior change.

PiperOrigin-RevId: 317891303
Change-Id: Ic27606c0ba76a0f6e20f8c8eac384a2089fb8305
2 files changed
tree: 96051e32ae23192429bcbd3e35c3454660cbb63a
  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.