]> 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:09:28 +0000 (12:09 +0200)
commit5f39e1d9461af3f7c0212bd26f76c80dd614dc06
tree1231acb249a5e798093e082b240b5355c35a209d
parentab8a2531892085c5355cd440b456f618d094e780
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