Shorten QuicHttp3ErrorCode and QuicHttpQpackErrorCode member names;
make QuicHttpQpackErrorCode enum class.  Enum class members are always scoped,
therefore they do not have to be long or unique.

gfe-relnote: n/a, rename only.
PiperOrigin-RevId: 305795214
Change-Id: I7040deb8cef0167417bec568cd25006eb9143653
4 files changed
tree: 2e669b7fb7e7502a9578028b4348ffdff87e0f51
  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.