]> 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 09:52:56 +0000 (11:52 +0200)
commit802c03313f99f622b979aa3bb548e3a4eb4340d3
treeb595573df8d2bfeb5e70358ff616d06c40fc5402
parenta296bcf587eb78b40e15cff0e8f4f4a2bd6e99e1
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.
bin/tests/system/resend_loop/ans3/ans.py