commit | 56082791fe602007bf2068450f13b8876c2a23dd | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed May 29 14:04:31 2024 -0700 |
committer | Damien Neil <dneil@google.com> | Thu May 30 19:26:57 2024 +0000 |
tree | d86c3967f04a9bdfc190b37549bc90fc14ef656d | |
parent | 0d515a535ec222dced3359cb3625772c4392e794 [diff] |
http2: avoid corruption in priority write scheduler When removing a stream containing children in the priority tree, it was possible for some children to not be correctly moved to the parent of the removed stream. Fixes golang/go#66514 Change-Id: Ie8a8743a6213a6b1a2426e023111878afff78f9e Reviewed-on: https://go-review.googlesource.com/c/net/+/589255 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.