Implement new PRIORITY_UPDATE frame.

PRIORITY_UPDATE frame type and wire format has changed in
https://tools.ietf.org/html/draft-ietf-httpbis-priority-02.  Implement new frame
for request streams, but not the one for push streams since that is currently
unused.

Protected by FLAGS_quic_reloadable_flag_quic_new_priority_update_frame.

PiperOrigin-RevId: 341724034
Change-Id: I42e63bbb84c62f54abc28989e9eaa24685ef1596
7 files changed
tree: 112a69fcde749703517ea9ce4bd967161e03e690
  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. QUICHE is only supported on little-endian platforms.