Rename qpack_constants.* to qpack_instructions.*.

There used to be some constants in this file not related to QPACK instructions,
but removing them has left these two files inaccurately named.

gfe-relnote: n/a, rename only.
PiperOrigin-RevId: 282819395
Change-Id: If7a6868836ec6d02533f662a42a30e274e68b29d
11 files changed
tree: 4cc433bb2a7049f310b9521fea1a821e1e417d45
  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.