]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Shutdown the fetch context after canceling the last fetch
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:21:23 +0000 (13:21 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2025 13:21:23 +0000 (13:21 +0000)
commit3fe440f0cf96ebf7a65d3b04e26df3c0d9fe16b9
tree644c11e0c100c4f2203b1134f885d95d14407f5c
parent0673568c170cb7af5468481861ed98108b618a22
parent9f945c8b67006a1e495373eacb917ec2c47200d6
chg: dev: Shutdown the fetch context after canceling the last fetch

Shutdown the fetch context immediately after the last fetch has been canceled from
that particular fetch context.

Merge branch 'ondrej/shutdown-the-fetch-context-early' into 'main'

See merge request isc-projects/bind9!9958