commit | 68c5fdd8d9ecb4da70d3a7d171e5d9b2063f98d0 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed Jan 08 10:01:53 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Jan 21 12:19:56 2025 -0800 |
tree | 93865d4c51eabe3fb34e4b7cc8d66ab08be102ec | |
parent | 552d8ac903a11a9fde71a88732f5b58b6b394178 [diff] |
[internal-branch.go1.24-vendor] http2: disable extended CONNECT by default Browsers interpret a server advertising extended CONNECT support as indicating the server supports WebSockets-over-HTTP/2. However, WebSocket-over-HTTP/2 requires support from both the HTTP implementation and the WebSocket implementation, and existing Go WebSocket packages don't support HTTP/2. Disable extended CONNECT support by default, since advertising it is a non-backwards-compatible change. For golang/go#71128 For golang/go#49918 Change-Id: Ie7d3ee2cd48124836a00bad320752e78719ffc46 Reviewed-on: https://go-review.googlesource.com/c/net/+/641475 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> (cherry picked from commit 0a5dcdd8587c55c948da7ba9a94ca3bf8f39d821) Reviewed-on: https://go-review.googlesource.com/c/net/+/642606 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.