]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge