Skip to content

Commit 24ae2d9

Browse files
neildgopherbot
authored andcommitted
[release-branch.go1.21] net/http: regenerate h2_bundle.go
Pull in a security fix from x/net/http2: http2: limit maximum handler goroutines to MaxConcurrentStreamso For #63417 Fixes #63427 Fixes CVE-2023-39325 Change-Id: I70626734e6d56edf508f27a5b055ddf96d806eeb Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/2047402 Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Damien Neil <[email protected]> Reviewed-by: Ian Cottrell <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/534235 Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 26b5783 commit 24ae2d9

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ import (
3333
// See issues 36852, 41409, and 43687.
3434
// (Also see golang.org/issue/27348.)
3535
func TestAllDependencies(t *testing.T) {
36+
t.Skip("TODO(#63427): 1.21.3 contains unreleased changes from vendored modules")
37+
3638
goBin := testenv.GoToolPath(t)
3739

3840
// Ensure that all packages imported within GOROOT

src/net/http/h2_bundle.go

Lines changed: 64 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)