gfe-relnote: Consolidate constants with the same value.  No functional change.  Not protected.

Use HpackEntry::kSizeOverhead in spdy code, use QpackEntry::kSizeOverhead in
quic code.  (QpackEntry is an alias to HpackEntry defined in
qpack_header_table.h.)  Remove redundant kHeaderFieldSizeOverhead and
kPerHeaderOverhead.

PiperOrigin-RevId: 305517355
Change-Id: I8591960616054f6d91e3c9cc62cb2281a506046e
3 files changed
tree: 36dda1382598cd29b5991bafeee71402480d937a
  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.