Remove V2 family of GFE_BUG (and friends).

Context: go/gfe-bug-improvements.

This is the last step in assigning IDs to GFE_BUGs (and friends). Now that the codebase has been transitioned, the temporary macros are removed. A few LSC-stragglers that still referenced V2 macros are updated.

PiperOrigin-RevId: 364547436
Change-Id: I31ec64189620ba016dd936fb07aa52d622cc87ca
5 files changed
tree: 51c4c7997884bdbc6b0074f2311d48ad1bfeac8d
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.