]> granicus.if.org Git - apache/commit
Fix the Windows MPM. Windows doesn't always use the lingering close
authorRyan Bloom <rbb@apache.org>
Sat, 10 Nov 2001 21:07:13 +0000 (21:07 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 10 Nov 2001 21:07:13 +0000 (21:07 +0000)
commit383606d5182dc3d12bd2a8eca648b24db40abd8e
tree5d640ff72f0631aca21c3b194b85594d01a6a42d
parenta0545d2647e0afad247f74e570b729c8e81ad3c9
Fix the Windows MPM.  Windows doesn't always use the lingering close
function. If it can re-use the socket, we are better off not calling
the function.  To fix this, we re-expose the lingering_close function,
and we allow the MPM to remove the cleanup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91839 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
server/connection.c
server/mpm/winnt/mpm_winnt.c