]> granicus.if.org Git - apache/commit
On win32, we must never, never close the parent's copy of the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 05:00:16 +0000 (05:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 05:00:16 +0000 (05:00 +0000)
commit586be549f98e628222f0e4116744ae4843b38d78
tree969788933495ecf31273662387cc0f1e1f8abdc0
parente5661d3734b2fdab68a5f827733a92330fe71465
On win32, we must never, never close the parent's copy of the
child's read end for a reliable piped logger.  The child runs
and manages it's own logs, and even if the parent did instead,
the mpm would be adjusted to pass down the child write ends
without read ends to the pipes, so this forever makes no sense.

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