]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Use isctest.asyncserver in the "statistics" test
authorŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 17:45:14 +0000 (17:45 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 17:45:14 +0000 (17:45 +0000)
commit655f2452a3261cd61e180e3e2368120aa6bab37a
treee3c3688dd91728ce4535269886cac6cee4eca878
parent1ff1c4d0424219e4e20faebeb9fbabc775896142
parent2ba372620746b560241ee1f0e58ae39da2c8e802
chg: test: Use isctest.asyncserver in the "statistics" test

Reimplement the custom server using the asyncserver Python module.

Behavior change: The new server doesn't copy CD and DO flags and a client cookie to responses.

Merge branch 'stepan/statistics-asyncserver' into 'main'

See merge request isc-projects/bind9!10928