]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.15] net/http: update bundled x/net/http2
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 29 Oct 2020 22:50:31 +0000 (18:50 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 30 Oct 2020 15:57:43 +0000 (15:57 +0000)
commitef3039e99d3413735d863d84347561003d63340e
treeb6fc14328a7a5800267501fc6238ab4f667294c8
parent5b023e693ff8058bcffe7103d7ddd120910af692
[release-branch.go1.15] net/http: update bundled x/net/http2

Bring in the change in CL 266158 with:

go mod edit -replace=golang.org/x/net=golang.org/x/net@release-branch.go1.15-bundle
GOFLAGS='-mod=mod' go generate -run=bundle std
go mod edit -dropreplace=golang.org/x/net
go get -d golang.org/x/net@release-branch.go1.15
go mod tidy
go mod vendor

Updates #39337.
Fixes #42113.

Change-Id: I3ebef4b90c11ad271b7a3031aafd80c423c2c241
Reviewed-on: https://go-review.googlesource.com/c/go/+/266375
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/net/http/h2_bundle.go