]> Cypherpunks repositories - gostls13.git/commit
net/http, net/http/internal/httpcommon: add httpcommon package
authorDamien Neil <dneil@google.com>
Thu, 13 Feb 2025 22:38:09 +0000 (14:38 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 14 Feb 2025 00:29:58 +0000 (16:29 -0800)
commit5ff7a634e19a3e8e8a24bbdb948de19695234943
treea62269ff87428d3cd3d394b5a446c85e73f13ee3
parent807a51b391c8a8d949d6fa00c26953ba0f8ae267
net/http, net/http/internal/httpcommon: add httpcommon package

The golang.org/x/net/internal/httpcommon package is
a new package containing internal functions common to the
HTTP/2 and HTTP/3 implementations.

Update to golang.org/x/net@v0.35.1-0.20250213222735-884432780bfd,
which includes the httpcommon package.

Since net/http can't depend on a x/net/internal package,
add net/http/internal/httpcommon which bundles the x/net
package.

Change-Id: Iba6c4be7b3e2d9a9d79c4b5153497b0e04b4497b
Reviewed-on: https://go-review.googlesource.com/c/go/+/649296
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/go.mod
src/go.sum
src/go/build/deps_test.go
src/net/http/h2_bundle.go
src/net/http/http.go
src/net/http/http_test.go
src/net/http/internal/httpcommon/httpcommon.go [new file with mode: 0644]
src/vendor/modules.txt