* control: add link to the issue on github

This commit is contained in:
Simon Zolin 2019-08-27 11:53:09 +03:00
parent 815489c0ff
commit d4c012220e
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ func handleGetVersionJSON(w http.ResponseWriter, r *http.Request) {
resp, err = config.client.Get(versionCheckURL)
if err != nil && strings.HasSuffix(err.Error(), "i/o timeout") {
// This case may happen while we're restarting DNS server
// https://github.com/AdguardTeam/AdGuardHome/issues/934
continue
}
break