]> granicus.if.org Git - apache/commit
Get rid of ap_new_apr_connection(). ap_new_connection() now has
authorJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:24:10 +0000 (19:24 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:24:10 +0000 (19:24 +0000)
commit4c8baf6170c013aa9eff3aea49e99a45c539c0d7
treed664e1e92bbab11925a439256c3a58a1a0243b7e
parentd209fe6d2d584062d536cbdee0d32984b9bfe9df
Get rid of ap_new_apr_connection().  ap_new_connection() now has
fewer parameters: the local and remote socket addresses were removed
from the parameter list because all required information is available
via the APR socket.

I haven't tested the most important part -- the WinNT MPM changes
-- but it compiles and it looks okay :)  If the WinNT MPM works on
Win98 these days let me know.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87181 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
include/http_connection.h
modules/proxy/proxy_http.c
server/connection.c
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm_winnt.c