]> 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:02:20 +0000 (12:02 +0200)
commit0cbf295bcacc946fbb987ac1d70dcdc9ce8ccbb0
tree0eed3d20517c7a7b4a06271d044d43b477fa1ad0
parentc42aea399d41e3a236b56591532c76510e23102b
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