]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Create list of dirty headers that needs cleaning
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 18:23:58 +0000 (19:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 18:23:58 +0000 (19:23 +0100)
Instead of just flagging the qpcache node to be dirty, add the headers
to be cleaned to the dirty list and when cleaning the node, only walk
through the dirty node, not all the headers in the node.

Merge branch 'ondrej/optimize-qpcache-dirty-cleaning' into 'main'

See merge request isc-projects/bind9!11164


Trivial merge