]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
csd and dupped_csd are sockets, so they ought to handled in ap_note_cleanups_for_sock...
authorMartin Kraemer <martin@apache.org>
Fri, 25 Oct 2002 21:12:23 +0000 (21:12 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 25 Oct 2002 21:12:23 +0000 (21:12 +0000)
commit00632121ed40992a53efb2eaeaab7b9ae0455fa4
tree497748b28132bde4f70e216d4b129d665e00c33f
parentd4c03d1097c1567148ec005f344c1b0b70a3b362
csd and dupped_csd are sockets, so they ought to handled in ap_note_cleanups_for_socket().
(Not noticed before because ap_note_cleanups_for_socket() and ap_note_cleanups_for_fd() simply close the fd,
except for OSs where closesocket() in different from close())

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97306 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_main.c