From: Ondřej Surý Date: Sat, 21 Sep 2024 08:52:38 +0000 (+0000) Subject: fix: usr: Fix long-running incoming transfers X-Git-Tag: v9.21.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0accc8f6173dc092b0df22e98ff7f0e82708481;p=thirdparty%2Fbind9.git fix: usr: Fix long-running incoming transfers Incoming transfers that took longer than 30 seconds would stop reading from the TCP stream and the incoming transfer would be indefinitely stuck causing BIND 9 to hang during shutdown. This has been fixed and the `max-transfer-time-in` and `max-transfer-idle-in` timeouts are now honoured. Closes #4949 Merge branch '4949-fix-ignored-and-invalid-dispatch-timeout-in-dns_xfrin' into 'main' See merge request isc-projects/bind9!9531 --- f0accc8f6173dc092b0df22e98ff7f0e82708481