Update default HTTP/3 priority.

Default value in draft spec was changed from 1 to 3 at
https://github.com/httpwg/http-extensions/pull/1172.

Protected by FLAGS_quic_reloadable_flag_quic_http3_new_default_urgency_value.

PiperOrigin-RevId: 329295352
Change-Id: I7a3a42ed25f3250b8aa465c5c34ca924ba3167bc
5 files changed
tree: ee8fe9e2788fb522be16b021bec8c35263a64ce9
  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.