]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix the spurious timeouts while resolving names
authorOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 09:36:53 +0000 (10:36 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 09:36:53 +0000 (10:36 +0100)
commitd96cf874fb8a666bd35dde89a2703e8e3f95cd63
treefcd5d929de96b623ac1935515f360f6d030363f1
parent13adf940063d35d45ec6b64d16618b7135db2716
parent5cd69a3dcf7646918804876405882f621f1421d1
[9.20] 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

Backport of MR !11138

Merge branch 'backport-5578-tracker-parent-fetch-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11298