-
- Downloads
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
Showing
- include/http_connection.h 1 addition, 1 deletioninclude/http_connection.h
- server/connection.c 23 additions, 18 deletionsserver/connection.c
- server/core.c 2 additions, 15 deletionsserver/core.c
- server/mpm/beos/beos.c 1 addition, 0 deletionsserver/mpm/beos/beos.c
- server/mpm/experimental/perchild/perchild.c 1 addition, 0 deletionsserver/mpm/experimental/perchild/perchild.c
- server/mpm/mpmt_os2/mpmt_os2_child.c 1 addition, 0 deletionsserver/mpm/mpmt_os2/mpmt_os2_child.c
- server/mpm/netware/mpm_netware.c 1 addition, 0 deletionsserver/mpm/netware/mpm_netware.c
- server/mpm/perchild/perchild.c 1 addition, 0 deletionsserver/mpm/perchild/perchild.c
- server/mpm/prefork/prefork.c 1 addition, 0 deletionsserver/mpm/prefork/prefork.c
- server/mpm/spmt_os2/spmt_os2.c 1 addition, 0 deletionsserver/mpm/spmt_os2/spmt_os2.c
- server/mpm/threaded/threaded.c 1 addition, 0 deletionsserver/mpm/threaded/threaded.c
- server/mpm/winnt/mpm_winnt.c 1 addition, 3 deletionsserver/mpm/winnt/mpm_winnt.c
- server/mpm/worker/worker.c 1 addition, 0 deletionsserver/mpm/worker/worker.c
Loading
Please register or sign in to comment