]> 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)
commit67d365214a66df699df98396cada8533afefb5ef
treeb666683999504bd286ef26a0569ee596ce091f7c
parent4c8baf6170c013aa9eff3aea49e99a45c539c0d7
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