From: Ondřej Surý Date: Fri, 10 Jul 2026 08:41:32 +0000 (+0200) Subject: fix: usr: Negative caching stopped working with stale-answer-client-timeout 0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=512c90016816353eb46d8cb560e6602b7e1c5f7d;p=thirdparty%2Fbind9.git fix: usr: Negative caching stopped working with stale-answer-client-timeout 0 With "stale-answer-client-timeout 0" configured, every client query for a name cached as NXDOMAIN or NODATA was sent on to the authoritative servers, even while the cached negative answer was still within its TTL, so the resolver effectively lost negative caching. Negative answers are now refreshed only once they have actually gone stale. Closes #6245 Merge branch '6245-fix-query_stale_refresh_ncache' into 'main' See merge request isc-projects/bind9!12381 --- 512c90016816353eb46d8cb560e6602b7e1c5f7d