mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
a475fa814131e3f2fab5293c68a1619d994e1133
RFC 9218 allows HTTP/2 stream priority to be set in two ways: via PRIORITY_UPDATE frame and via header field. This change adds support for the latter method. As part of supporting priority adjustment via header field, this CL also makes sure to look for the existence of an intermediary. If an intermediary exists, default priority will be used for all streams to ensure fairness between multiple clients who could be using the same intermediary. For golang/go#75500 For golang/go#75936 Change-Id: I6dc409b650fd52fa192d771a16b7a4ac5e51c9aa Reviewed-on: https://go-review.googlesource.com/c/net/+/729120 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.com>
…
…
Go Networking
This repository holds supplementary Go networking packages.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.
Description
Languages
Go
99.9%