mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Update quic-go
This commit is contained in:
parent
57552d0431
commit
4ab56c9401
4 changed files with 6 additions and 4 deletions
2
vendor/github.com/quic-go/quic-go/http3/roundtrip.go
generated
vendored
2
vendor/github.com/quic-go/quic-go/http3/roundtrip.go
generated
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue