Update quic-go

This commit is contained in:
Frank Denis 2024-06-24 06:35:14 +02:00
parent 57552d0431
commit 4ab56c9401
4 changed files with 6 additions and 4 deletions

View file

@ -166,6 +166,7 @@ func (r *RoundTripper) RoundTripOpt(req *http.Request, opt RoundTripOpt) (*http.
}
if cl.dialErr != nil {
r.removeClient(hostname)
return nil, cl.dialErr
}
defer cl.useCount.Add(-1)
@ -258,6 +259,7 @@ func (r *RoundTripper) getClient(ctx context.Context, hostname string, onlyCache
select {
case <-cl.dialing:
if cl.dialErr != nil {
delete(r.clients, hostname)
return nil, false, cl.dialErr
}
select {

2
vendor/modules.txt vendored
View file

@ -104,7 +104,7 @@ github.com/powerman/deepequal
# github.com/quic-go/qpack v0.4.0
## explicit; go 1.18
github.com/quic-go/qpack
# github.com/quic-go/quic-go v0.45.0
# github.com/quic-go/quic-go v0.45.1
## explicit; go 1.21
github.com/quic-go/quic-go
github.com/quic-go/quic-go/http3