Fix formatting of QUIC IETF draft version

Before this change, ParsedQuicVersionToString(ParsedQuicVersion::Draft29()) would return "ff00001d". Now it'll return "draft29" (once the flag is true). This makes looking at logs and test results easier.

Change log formatting, protected by gfe2_reloadable_flag_quic_fix_print_draft_version

PiperOrigin-RevId: 321610955
Change-Id: I1351eca818aa85cc5be12d8f4981521dfa3f98e0
2 files changed
tree: ccc260b9364c430a287a35ae1ea66e723662b0f1
  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.