]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly attach/detach isc_httpd in case read ends earlier than send
authorOndřej Surý <ondrej@isc.org>
Fri, 19 Jan 2024 09:27:41 +0000 (10:27 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 May 2024 10:22:10 +0000 (12:22 +0200)
commiteb862ce5099429be0d73e4bf491d68a1f5f985e7
tree3dd92fb8267c1fc11373addb1a4493143e4d2137
parent5fd3530741d0a72d78078e664406e1668015640b
Properly attach/detach isc_httpd in case read ends earlier than send

An assertion failure would be triggered when sending the TCP data ends
after the TCP reading gets closed.  Implement proper reference counting
for the isc_httpd object.
lib/isc/httpd.c