diff options
author | 2025-01-20 09:03:10 +0000 | |
---|---|---|
committer | 2025-01-20 09:03:10 +0000 | |
commit | 77ea30542b6e93a09f6a346f3ac8a59adc0d6d86 (patch) | |
tree | 66a62cd8a2672ed952774f05999c5c2e4dee619e /vendor/golang.org/x/net/http2/config.go | |
parent | [chore]: Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 (#3663) (diff) | |
download | gotosocial-77ea30542b6e93a09f6a346f3ac8a59adc0d6d86.tar.xz |
[chore]: Bump golang.org/x/net from 0.33.0 to 0.34.0 (#3660)
Diffstat (limited to 'vendor/golang.org/x/net/http2/config.go')
-rw-r--r-- | vendor/golang.org/x/net/http2/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/http2/config.go b/vendor/golang.org/x/net/http2/config.go index de58dfb8d..ca645d9a1 100644 --- a/vendor/golang.org/x/net/http2/config.go +++ b/vendor/golang.org/x/net/http2/config.go @@ -60,7 +60,7 @@ func configFromServer(h1 *http.Server, h2 *Server) http2Config { return conf } -// configFromServer merges configuration settings from h2 and h2.t1.HTTP2 +// configFromTransport merges configuration settings from h2 and h2.t1.HTTP2 // (the net/http Transport). func configFromTransport(h2 *Transport) http2Config { conf := http2Config{ |