Change max_push_id related version guard to VersionUsesHttp3.

MAX_PUSH_ID is a HTTP/3 concept, and thus shouldn't be under VersionHasIetfQuicFrames().

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 274858950
Change-Id: I7e943477a84835178bc958fa049f98daa2c28144
3 files changed
tree: de95b0487898c8e19c718201dbcb302980439734
  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.