]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop unnecessary qctx.prepare_new_response() call
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2026 09:52:56 +0000 (11:52 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2026 10:02:20 +0000 (12:02 +0200)
commit5b73bbac144b182a7fbeec8a54838e63672e420f
tree772f195748f0b6a174e7a6880c0f8cd7f3b33ad0
parent9c24d5a16d5d252cda8af362fcbe21d7ef33f90f
Drop unnecessary qctx.prepare_new_response() call

The ans3 custom server does not have any zones defined, so the responses
passed to its handlers by core isctest.asyncserver code are guaranteed
to be empty.  Remove a call to qctx.prepare_new_response() from
CookieHandler.get_responses() as it is redundant.

(cherry picked from commit 802c03313f99f622b979aa3bb548e3a4eb4340d3)
bin/tests/system/resend_loop/ans3/ans.py