commit | 4c7a5b64f145becd6fbd7d22f7ad4e9b891ce43a | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed Oct 25 09:49:26 2023 -0700 |
committer | Gopher Robot <gobot@golang.org> | Wed Oct 25 18:07:29 2023 +0000 |
tree | 0d24e454c4aa29bf2d1bf27ec1986ce1d776a2f9 | |
parent | 48a597731ce9fbe97fed1733da5e808233b6cdcb [diff] |
http2: add test for push promise accounting underflow Verify that repeated requests resulting in a PUSH_PROMISE result all complete successfully, validating the fix in CL 535595. For golang/go#63511 Change-Id: I6bebdcfcecb6c53f076e4ac6873d61a150d1040e Reviewed-on: https://go-review.googlesource.com/c/net/+/537715 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.