mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Lower severity
This commit is contained in:
parent
0ac96fec30
commit
dadb38c32e
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ func fetchDoHServerInfo(proxy *Proxy, name string, stamp stamps.ServerStamp, isN
|
|||
body = dohNXTestPacket(0xcafe)
|
||||
serverResponse, tls, rtt, err := proxy.xTransport.DoHQuery(useGet, url, body, proxy.timeout)
|
||||
if err != nil {
|
||||
dlog.Warnf("[%s] [%s]: %v", name, url, err)
|
||||
dlog.Infof("[%s] [%s]: %v", name, url, err)
|
||||
return ServerInfo{}, err
|
||||
}
|
||||
if tls == nil || !tls.HandshakeComplete {
|
||||
|
|
Loading…
Add table
Reference in a new issue