]> git.ipfire.org Git - thirdparty/bind9.git/commit
Call reset_shutdown if uv_tcp_close_reset failed
authorMatthijs Mekking <matthijs@isc.org>
Wed, 8 May 2024 07:48:08 +0000 (09:48 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 3 Jun 2024 08:16:32 +0000 (08:16 +0000)
commite1a49ee6d47e9b8f605dd78a02aa140a6153a558
tree4cb0dbeec0b3a9ac1b2a1758b593b999a39ae697
parent6f6d90fd5137ff06c676f350cde4aaa005589539
Call reset_shutdown if uv_tcp_close_reset failed

If uv_tcp_close_reset() returns an error code, this means the
reset_shutdown callback has not been issued, so do it now.

(cherry picked from commit c40e5c865313c8d538650a8bab71fc4c576705c2)
lib/isc/netmgr/netmgr.c