]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Process also the ISC_R_CANCELED result code in rpz_rewrite()
authorArаm Sаrgsyаn <aram@isc.org>
Mon, 19 Aug 2024 11:39:29 +0000 (11:39 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 19 Aug 2024 11:39:29 +0000 (11:39 +0000)
commitd0d6ad0c52e49938725337d3446dbe2e7002cae0
tree7d067313a4f7771b871d720b90105717248bf363
parent920530b7a3098480f489a1d78dace355437af7aa
parent8bb9568467500cb80329972c92b1d53b9f9d0672
chg: dev: Process also the ISC_R_CANCELED result code in rpz_rewrite()

Log canceled resolver queries (e.g. when shutting down a hung
fetch) in DEBUG3 level instead of DEBUG1 which is used for the
"unrecognized" result codes.

Closes #4797

Merge branch '4797-rpz_rewrite-add-ISC_R_CANCELED-processing' into 'main'

Closes #4797

See merge request isc-projects/bind9!9148