]> granicus.if.org Git - apache/commit
Remove the create_connection hook and put the client_socket back into the
authorBill Stoddard <stoddard@apache.org>
Sun, 27 Jan 2002 12:52:08 +0000 (12:52 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 27 Jan 2002 12:52:08 +0000 (12:52 +0000)
commitd5c229c0fd08dc8cd1c444c7ac723fce1159b4a3
tree69c600c88b4ff36eb6b92a2f5613400bb40a077f
parent31345365030faa2ec6aa0f195dd2042448ab5eb6
Remove the create_connection hook and put the client_socket back into the
conn_rec. The create_connection_hook has a design flaw that prevents it
from making decisions based on vhost information.

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