Terminate daemon using the socket status instead of watching SIGCHLD or
authorrzalamena <rzalamena@openbsd.org>
Tue, 30 Aug 2016 13:46:37 +0000 (13:46 +0000)
committerrzalamena <rzalamena@openbsd.org>
Tue, 30 Aug 2016 13:46:37 +0000 (13:46 +0000)
commit6ac0e468d96afce7e55c00fb8f2d95cfedd1a3fc
tree7af23876e79278202f1a0596735235f0d3018f9d
parent128f2eb6a412fd455c574e70736ee2ad4ac3b3fb
Terminate daemon using the socket status instead of watching SIGCHLD or
kill()ing child process.

"Looks good to me" millert@
ok benno@
usr.sbin/httpd/httpd.c
usr.sbin/httpd/proc.c