]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a couple of potential graceful restart bugs noted by Dean: EINTR was
authorManoj Kasichainula <manoj@apache.org>
Tue, 3 Aug 1999 23:36:43 +0000 (23:36 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 3 Aug 1999 23:36:43 +0000 (23:36 +0000)
commitb59f5ccb64e61ca595d394160971fbf28c59b3e2
tree2ea06f52433148fc7f95ec34a2970eff70ab54a4
parent07c55ef047a954debc8161ac9249a3fd28bbf377
Fix a couple of potential graceful restart bugs noted by Dean: EINTR was
never dealt with in the code to write to the pipe of death, and in
pathological cases where the number of processes is greater than
PIPE_BUF, we could end up only killing some processes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83563 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c