mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-13 06:50:29 +08:00
TUN-6637: Upgrade go version and quic-go
This commit is contained in:
2
vendor/github.com/lucas-clemente/quic-go/client.go
generated
vendored
2
vendor/github.com/lucas-clemente/quic-go/client.go
generated
vendored
@@ -231,6 +231,8 @@ func newClient(
|
||||
) (*client, error) {
|
||||
if tlsConf == nil {
|
||||
tlsConf = &tls.Config{}
|
||||
} else {
|
||||
tlsConf = tlsConf.Clone()
|
||||
}
|
||||
if tlsConf.ServerName == "" {
|
||||
sni := host
|
||||
|
||||
Reference in New Issue
Block a user