]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a response handler matching on specific QNAMEs
authorMichał Kępień <michal@isc.org>
Thu, 18 Sep 2025 08:13:13 +0000 (10:13 +0200)
committerŠtěpán Balážik (GitLab job 6405063) <stepan@isc.org>
Wed, 29 Oct 2025 17:48:03 +0000 (17:48 +0000)
commitfb5add033b1656b7b33773f8f3786977e03463d0
tree28b596a36026ea39370e8c61d4446ac78a77e038
parent78090048753116a7524aa2775e492915270b1906
Add a response handler matching on specific QNAMEs

Add a new ResponseHandler subclass, QnameHandler, which enables
conveniently matching specific QNAMEs (without also matching their
subdomains like DomainHandler does).

(cherry picked from commit a556199c7b7888706806a10508f5df8a0b2cb34e)
bin/tests/system/isctest/asyncserver.py