mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
Error propagation
This commit is contained in:
parent
94151f9f96
commit
7980af6f46
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ func fetchODoHTargetInfo(proxy *Proxy, name string, stamp stamps.ServerStamp, is
|
||||||
}
|
}
|
||||||
dlog.Infof("Trying to fetch the [%v] configuration again", name)
|
dlog.Infof("Trying to fetch the [%v] configuration again", name)
|
||||||
}
|
}
|
||||||
return serverInfo, nil
|
return serverInfo, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (serverInfo *ServerInfo) noticeFailure(proxy *Proxy) {
|
func (serverInfo *ServerInfo) noticeFailure(proxy *Proxy) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue