summaryrefslogtreecommitdiff
path: root/server/mpm/mpmt_os2/mpmt_os2_child.c
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2002-02-01 22:16:31 +0000
committerBill Stoddard <stoddard@apache.org>2002-02-01 22:16:31 +0000
commitbd3d3603923cc5a87a85aadef8bb7804e415f9e2 (patch)
tree4e4f70ea0d63152fa1c9648e0ab18c77ffa0c808 /server/mpm/mpmt_os2/mpmt_os2_child.c
parent556b417899ad7ef9d1d7c1145a380c897e004600 (diff)
downloadhttpd-bd3d3603923cc5a87a85aadef8bb7804e415f9e2.tar.gz
Reintroduce the create_connection hook. This hook is required to enable
modules to completely take over all network i/o from the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/mpmt_os2/mpmt_os2_child.c')
-rw-r--r--server/mpm/mpmt_os2/mpmt_os2_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/mpmt_os2/mpmt_os2_child.c b/server/mpm/mpmt_os2/mpmt_os2_child.c
index 20887377f6..47e01564c0 100644
--- a/server/mpm/mpmt_os2/mpmt_os2_child.c
+++ b/server/mpm/mpmt_os2/mpmt_os2_child.c
@@ -430,7 +430,7 @@ static void worker_main(void *vpArg)
rc == 0 && rd.ulData != WORKTYPE_EXIT) {
pconn = worker_args->pconn;
ap_create_sb_handle(&sbh, pconn, child_slot, thread_slot);
- current_conn = ap_new_connection(pconn, ap_server_conf, worker_args->conn_sd, conn_id, sbh);
+ current_conn = ap_run_create_connection(pconn, ap_server_conf, worker_args->conn_sd, conn_id, sbh);
if (current_conn) {
ap_process_connection(current_conn, worker_args->conn_sd);