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.

(cherry picked from commit 93a8079489)
This commit is contained in:
Štěpán Balážik 2026-01-19 21:49:36 +01:00 committed by Štěpán Balážik (GitLab job 7223886)
parent 1c642afd78
commit a12ae42b94

View file

@ -196,8 +196,8 @@ class TooManyRecordsIxfrHandler(IxfrHandler):
class FallbackTooManyRecordsAxfrHandler(AxfrHandler):
answers = (
(soa(3),),
(
soa(3),
ns(),
txt("fallback AXFR on too many records"),
),