mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
* control: add link to the issue on github
This commit is contained in:
parent
815489c0ff
commit
d4c012220e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue