Add default to function generating name of Transport Error Code Function converting TransportErrorCode from a number to a string did not have a default statement. If the error code was not one of the predefined ones, this would cause a test failure. This CL adds a proper default: clause. gfe-relnote: N/A test/V99/IETF-QUIC code only. PiperOrigin-RevId: 264136976 Change-Id: I7aa7b6d3615d4b12e7de03ca913fb23a989b0734
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.