summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 07:58:46 +0000
committerLibravatar GitHub <noreply@github.com>2024-07-08 07:58:46 +0000
commitae349dd6a5bf5ed971ff38f8ee8e18adebefa17c (patch)
treedd711adb6bce54ed23b068089cd743fb0178a4f9 /vendor
parent[frontend] Better autocapitalize/spellcheck settings on forms (#3077) (diff)
downloadgotosocial-ae349dd6a5bf5ed971ff38f8ee8e18adebefa17c.tar.xz
[chore]: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#3082)
Diffstat (limited to 'vendor')
-rw-r--r--vendor/golang.org/x/net/http2/transport.go4
-rw-r--r--vendor/modules.txt2
2 files changed, 1 insertions, 5 deletions
diff --git a/vendor/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go
index 98a49c6b6..61f511f97 100644
--- a/vendor/golang.org/x/net/http2/transport.go
+++ b/vendor/golang.org/x/net/http2/transport.go
@@ -827,10 +827,6 @@ func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*ClientConn, erro
cc.henc.SetMaxDynamicTableSizeLimit(t.maxEncoderHeaderTableSize())
cc.peerMaxHeaderTableSize = initialHeaderTableSize
- if t.AllowHTTP {
- cc.nextStreamID = 3
- }
-
if cs, ok := c.(connectionStater); ok {
state := cs.ConnectionState()
cc.tlsState = &state
diff --git a/vendor/modules.txt b/vendor/modules.txt
index c050dd11e..028bae6a5 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1094,7 +1094,7 @@ golang.org/x/image/webp
golang.org/x/mod/internal/lazyregexp
golang.org/x/mod/module
golang.org/x/mod/semver
-# golang.org/x/net v0.26.0
+# golang.org/x/net v0.27.0
## explicit; go 1.18
golang.org/x/net/bpf
golang.org/x/net/context