]> git.ipfire.org Git - thirdparty/bind9.git/commit
Exempt QNAME minimization queries from fetches-per-zone
authorMark Andrews <marka@isc.org>
Fri, 6 Sep 2024 04:41:26 +0000 (14:41 +1000)
committerMark Andrews <marka@isc.org>
Fri, 14 Mar 2025 01:01:26 +0000 (01:01 +0000)
commit98fc14dc75cd915010033480d1ba42c4c95b787d
tree69e440001148add1c6a6e80e475f394a4314d22c
parent3397212df35c2181c087639ea7237a05e5627f1c
Exempt QNAME minimization queries from fetches-per-zone

The calling fetch has already called fcount_incr() for this zone;
calling it again for a QMIN query results in double counting.

When resuming after a QMIN query is answered, however, we do now
ensure before continuing that the fetches-per-zone limit has not
been exceeded.
lib/dns/include/dns/resolver.h
lib/dns/resolver.c