]> 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:26:04 +0000 (19:26 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:26:04 +0000 (19:26 +0000)
commit95080f86df1d4c71c5d019723f5bc59bb0a926d6
treeb666683999504bd286ef26a0569ee596ce091f7c
parent729edadb6ce4111a1640d3c2bc670ca7580878dc
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87182 13f79535-47bb-0310-9956-ffa450edef68
CHANGES