]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix the spurious timeouts while resolving names
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 16:34:42 +0000 (17:34 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 16:34:42 +0000 (17:34 +0100)
commit908b7c1f3481a028c27cd5e47845bb9e274e308e
tree2866efe8a5d5eca149905d874eb90208d23100fe
parent15494053b122ae52039e8a2772041cbabc7d05a3
parent4d307ac67a0e3f9831c9a4e66ac481e2f9ceebb5
fix: usr: Fix the spurious timeouts while resolving names

Sometimes the loops in the resolving (e.g. to resolve or validate ns1.example.com we need to resolve ns1.example.com) were not properly detected leading to spurious 10 seconds delay.  This has been fixed and such loops are properly detected.

Closes #3033, #5578

Merge branch '5578-tracker-parent-fetch' into 'main'

See merge request isc-projects/bind9!11138