| commit | 7d3dbb06ceb45c3180f4f446cd635e6b59a0b9c2 | [log] [tgz] |
|---|---|---|
| author | Nicholas S. Husin <nsh@golang.org> | Mon Dec 08 17:32:23 2025 -0500 |
| committer | Nicholas Husin <nsh@golang.org> | Mon Dec 08 15:11:37 2025 -0800 |
| tree | 6912bedcdd249326e8be8daf08b506ebcf0a3237 | |
| parent | 35e1306bddd863f360fb94480c5fed84229953f0 [diff] |
http2: buffer the most recently received PRIORITY_UPDATE frame Per RFC 9218, servers should buffer the most recently received PRIORITY_UPDATE frame. This CL implements said buffering within the RFC 9218 priority write scheduler. For golang/go#75500 Change-Id: I259f4f6787053de6388ec513086cfa1b294fa607 Reviewed-on: https://go-review.googlesource.com/c/net/+/728401 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Nicholas Husin <husin@google.com>
This repository holds supplementary Go networking packages.
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.