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
ca253923eb
commit
94cba8cf78
66 changed files with 629 additions and 1129 deletions
1
vendor/github.com/lucas-clemente/quic-go/http3/client.go
generated
vendored
1
vendor/github.com/lucas-clemente/quic-go/http3/client.go
generated
vendored
|
@ -302,6 +302,7 @@ func (c *client) RoundTripOpt(req *http.Request, opt RoundTripOpt) (*http.Respon
|
|||
}
|
||||
c.conn.CloseWithError(quic.ApplicationErrorCode(rerr.connErr), reason)
|
||||
}
|
||||
return nil, rerr.err
|
||||
}
|
||||
if opt.DontCloseRequestStream {
|
||||
close(reqDone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue