Skip to content

Commit

Permalink
[release-branch.go1.15] net/http: update bundled x/net/http2
Browse files Browse the repository at this point in the history
Bring in the change in CL 304309 with:

	go mod edit -replace=golang.org/x/net=golang.org/x/[email protected]
	GOFLAGS='-mod=mod' go generate -run=bundle std
	go mod edit -dropreplace=golang.org/x/net
	go get -d golang.org/x/[email protected]
	go mod tidy
	go mod vendor

For #45076.
Updates #40213.

Change-Id: I68d5e1f2394508c9cf8627fb852dd9e906d45016
Reviewed-on: https://go-review.googlesource.com/c/go/+/305489
Trust: Dmitri Shuralyov <[email protected]>
Trust: Emmanuel Odeke <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Reviewed-by: Emmanuel Odeke <[email protected]>
TryBot-Result: Go Bot <[email protected]>
  • Loading branch information
dmitshur committed Mar 29, 2021
1 parent 7c88ae4 commit 69b9431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/http/h2_bundle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69b9431

Please sign in to comment.