]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add debug logs for response handler matching
authorMichał Kępień <michal@isc.org>
Fri, 11 Apr 2025 14:14:57 +0000 (09:14 -0500)
committerMichał Kępień <michal@isc.org>
Fri, 11 Apr 2025 14:14:57 +0000 (09:14 -0500)
commit5e71fd081e36c2dc27b258b5c3b90f668e59bf74
tree23626bccc8696cf4e579c55d4b172da09eedcf4f
parent92b072bff4376e02bf1d0cf8bd01b179fbea5358
Add debug logs for response handler matching

With multiple and/or dynamically managed response handlers at play, it
becomes useful for debugging purposes to know which handler (if any) was
used for preparing each response sent by the server.  Add debug logs
providing that information.  Make class name the default string
representation of each response handler to prettify logs.
bin/tests/system/isctest/asyncserver.py