]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Don't count failed additions into the cache
authorOndřej Surý <ondrej@isc.org>
Mon, 18 Aug 2025 02:55:43 +0000 (04:55 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 18 Aug 2025 02:55:43 +0000 (04:55 +0200)
commit14d2bbbfdf3af8bf3be6e034c72b1669f4fa24f3
treef273f845792435a8b9faeb7b743fd411c7024782
parent9fc10b60f7edae5d34489e942f05d80243c8df0f
parent7b882474648166b6ddc7a9f59ce130153d68c747
chg: dev: Don't count failed additions into the cache

Previously, when the new header was NOT added into the cache, we would
increment and then decrement stat counters immediately.  This has been fixed.

Merge branch 'ondrej/dont-stat-count-failed-adds' into 'main'

See merge request isc-projects/bind9!10859