]> granicus.if.org Git - apache/commit
This patch restores most of Ryan's patch (11/12/2001) to remove the
authorBill Stoddard <stoddard@apache.org>
Tue, 29 Jan 2002 19:02:04 +0000 (19:02 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 29 Jan 2002 19:02:04 +0000 (19:02 +0000)
commit2192a49d85dc57244b6e5827b3b078c8c2af785d
treebafe3442764a5a70951f3a3fe2d0b3168a0a3cc9
parentd71dbcbc0cdbf35a04cde1174e7e6c2f5881ccac
This patch restores most of Ryan's patch (11/12/2001) to remove the
client_socket from the conn_rec.  Diffs from Ryan's patch include:

- rename the create_connection hook to install_transport_filters
- move the point of invocation of the hook till after the call to
  after ap_update_vhost_given_ip to enable the hook to use vhost
  config info in its decision making.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93087 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
include/http_connection.h
include/httpd.h
modules/http/http_core.c
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/winnt/mpm_winnt.c
server/mpm/worker/worker.c