IETF CONNECTION CLOSE code is varint encoded In the recent (-22) version of the IETF QUIC Internet Draft, the encoding of the close code in the Connection Close frames was changed from uint16_t to varint62. NOTE WELL, this just changes the serialization of the code. The error code is stored as a uint16_t. A separate CL will change the base type for the Transport Error Code and Application Error Code. gfe-relnote: N/A is IETF QUIC/v99 code only. PiperOrigin-RevId: 258377932 Change-Id: Ie1e628a3f0da3916e8000d472d08178e5a4cc0d4
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.