]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: parse user configuration before exclusive mode
authorColin Vidal <colin@isc.org>
Tue, 24 Jun 2025 08:52:11 +0000 (10:52 +0200)
committerColin Vidal <colin@isc.org>
Tue, 24 Jun 2025 08:52:11 +0000 (10:52 +0200)
Previously, `named.conf` was parsed while the server was in exclusive (i.e., single-threaded) mode and unable to answer queries. This could cause an unnecessary delay in query processing when the file was large. We now delay entry into exclusive mode until after the configuration has been parsed, but before it is applied.

Merge branch 'colin/configparse-before-exclusive' into 'main'

See merge request isc-projects/bind9!10418


Trivial merge