]> git.ipfire.org Git - thirdparty/unbound.git/commit
Avoid treat normal hosts as unresponsive servers 714/head
authorHunts Chen <hunts@cloudflare.com>
Thu, 14 Jul 2022 17:16:13 +0000 (10:16 -0700)
committerHunts Chen <hunts@cloudflare.com>
Thu, 14 Jul 2022 17:16:13 +0000 (10:16 -0700)
commit88bf80329748bf6e4d9da8ac919ef7b00ca07109
tree9bb4fa548f467ca3f507d3f76b2f5f196a133c39
parent9e4a17baaf65ea17fa384c2cbde292cba12c4bb4
Avoid treat normal hosts as unresponsive servers

This is a fix for issue #713

When infra-keep-probing is on, all hosts with expired entries were treated as
unresponsive servers and thus causing problems (see #713).

This commit change that, so that normal hosts with expired entries are treated
as unknown servers.
services/cache/infra.c