]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make response handlers global by default
authorMichał Kępień <michal@isc.org>
Tue, 25 Mar 2025 04:01:34 +0000 (05:01 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 25 Mar 2025 04:01:34 +0000 (05:01 +0100)
commit75567f86ca66f7aa598ccb6c093af8224e5e8753
tree37532e59764660c3847c5ffd3973c950368a5ab9
parent25c91dffcc6e74bce523b6d22eedcea2266012f3
Make response handlers global by default

Instead of requiring each class inheriting from ResponseHandler to
define its match() method, make the latter non-abstract and default to
returning True for all queries.  This will reduce the amount of
boilerplate code in custom servers.
bin/tests/system/isctest/asyncserver.py