]> 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)
commit729edadb6ce4111a1640d3c2bc670ca7580878dc
treed664e1e92bbab11925a439256c3a58a1a0243b7e
parent294fc14f7b7e728f97fa9f716760128cfb89aad9
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