]> 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:14:47 +0000 (10:14 +0200)
commitc40e5c865313c8d538650a8bab71fc4c576705c2
tree1d83206cee0b26d6f3a422aa7991125599c21bfb
parent5b94bb21295560aed8b3f1968fbfae261c57aab9
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.
lib/isc/netmgr/netmgr.c