]> granicus.if.org Git - apache/commit
Pull lingering close out of the pool cleanup phase. This was causing too
authorRyan Bloom <rbb@apache.org>
Thu, 15 Nov 2001 20:49:54 +0000 (20:49 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 15 Nov 2001 20:49:54 +0000 (20:49 +0000)
commita4f00625aad31844c75af1336c4ec64a8c4a99ad
tree3d74e295a175776548a77423d12437edaa40bdac
parent51584e7ceab979058a7904ba0acff2874cd93068
Pull lingering close out of the pool cleanup phase.  This was causing too
many bugs.  Instead, it is called where it used to be called.  I have
abstracted some of the logic out of the lingering close so that it gets
the socket from the connection using the core's conn_config vector.  This
is in anticipation of a change to use a hook for the lingering close,
which I hope to do soon.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91968 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
include/http_connection.h
server/connection.c
server/core.c
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_os2/mpmt_os2_child.c
server/mpm/netware/mpm_netware.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/threaded/threaded.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c