]> granicus.if.org Git - apache/commit
Close a major resource leak. Everytime we had issued a
authorRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 04:25:43 +0000 (04:25 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 04:25:43 +0000 (04:25 +0000)
commit999e8ff2bda793db6317f2915cdde44a135e9c12
tree042ccc3f430557fc366854282c07af7026dc91b7
parent3bed613696edfb6537b471d128be68d8414f9a1b
Close a major resource leak.  Everytime we had issued a
graceful restart, we leaked a socket descriptor.

The listening sockets should not be set inheritable, at least
not at this point.  We only want some of the httpd children to
inherit the socket.  Namely, those that will be actually serving
requests.  Any other child process (piped logs), should not be
inheriting the sockets.

PR: 7891

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90131 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/listen.c