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
1 file changed
tree: 7a76b702bdbd5c505eb179f3095cd4779d4692d8
  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.

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.