]> git.sesse.net Git - nageru/commit
Fix an issue where a Kaeru connected to a nonfunctional input would get lots of socke...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 25 Feb 2020 23:00:07 +0000 (00:00 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 25 Feb 2020 23:43:59 +0000 (00:43 +0100)
commit1bb1c66b1548cbad52cc107b40f24a330edca2e1
treee8c8b32922b8832a6e7162f0f5d6138bf83b8064
parent2cb648106d32b9968f2026536fbead096308c7d1
Fix an issue where a Kaeru connected to a nonfunctional input would get lots of sockets in CLOSE_WAIT (and useless threads).

It would actually eventually run out of sockets and go entirely zombie
if left for too long, which is obviously suboptimal.
shared/httpd.cpp