From: Štěpán Balážik Date: Mon, 19 Jan 2026 20:49:36 +0000 (+0100) Subject: Fix FallbackTooManyRecordsAxfrHandler to follow convention X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a807948902eca1add65bc7bd57a445e1ab75f7;p=thirdparty%2Fbind9.git Fix FallbackTooManyRecordsAxfrHandler to follow convention All the other subclasses AxfrHandler send three messages. This oversight was inherited from the original Perl implementation of the server and was not fixed in 46ecbbe where it was rewritten. This allows refactoring and sharing of the superclass. --- diff --git a/bin/tests/system/ixfr/ans2/ans.py b/bin/tests/system/ixfr/ans2/ans.py index 5c9268a193f..b6a05264690 100644 --- a/bin/tests/system/ixfr/ans2/ans.py +++ b/bin/tests/system/ixfr/ans2/ans.py @@ -196,8 +196,8 @@ class TooManyRecordsIxfrHandler(IxfrHandler): class FallbackTooManyRecordsAxfrHandler(AxfrHandler): answers = ( + (soa(3),), ( - soa(3), ns(), txt("fallback AXFR on too many records"), ),