Do not send PRIORITY_UPDATE from server.

While https://httpwg.org/http-extensions/draft-ietf-httpbis-priority.html allows
servers to send PRIORITY_UPDATE frames, there is currently no need for this
feature.  Note that clients are already ignoring incoming PRIORITY_UPDATE frames
in QuicSpdySession::OnPriorityUpdateForRequestStream().

gfe-relnote: n/a, change to QUIC v99-only code.  Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99.
PiperOrigin-RevId: 292373919
Change-Id: I3be6d6fef3c545746812d9b6c3543dc962273603
2 files changed
tree: 292b4a4836f94a9306468b13b86304ffd4daf8e0
  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.