]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix a serve-stale issue with a delegated zone
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 12:59:15 +0000 (12:59 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 12:59:15 +0000 (12:59 +0000)
commit58a0e6cc6140740ef0023c5da0a9b002dfc413de
tree921cd27d246cbdc66addc1421a15430260ee3946
parent6285cc3476c77d669a98686f3e7ad0b8d2483a1d
parent441b7d53f4c023f891f7404130b191bb575501c2
fix: usr: Fix a serve-stale issue with a delegated zone

When ``stale-answer-client-timeout 0`` option was enabled, it could be ignored
when resolving a zone which is a delegation of an authoritative zone belonging
to the resolver. This has been fixed.

Closes #5275

Merge branch '5275-stale-answer-client-timeout-0-and-delegation-fix' into 'main'

See merge request isc-projects/bind9!10381