mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2026-01-10 06:49:24 +08:00
If at all possible, all the responses should be created by AsyncDnsServer's internal methods. To ensure this, mark them with a magic attribute and check it on send and crash the server if a manually created response is detected. Fix the qmin test server which uses `make_response`.