]> git.ipfire.org Git - thirdparty/bind9.git/commit
Turn _get_cookie() into a method
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)
commit074e435e3a489a3b3006ade1b91be1fbe7e9c96f
tree86ee8c5998ae2de08814be53ddf517631ec9b451
parent5f1645a0810fd71f472b74a980ba49386ebceb57
Turn _get_cookie() into a method

Since the _get_cookie() function is only used by the CookieHandler
class, make the former a method of the latter to keep related logic
close in the source code.

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