]> granicus.if.org Git - apache/commit
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
authorJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 17:52:05 +0000 (17:52 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 17:52:05 +0000 (17:52 +0000)
commitc17ef1581853e6cc9601ed09a277a6f1eed362fd
treebfe5836bf67ab1947e58eacfcd0797644874e727
parent59a6e9110e5ea82851876220222917ed40bf1aa8
API routines ap_pgethostbyname() and ap_pduphostent() are no longer
available.  Use apr_getaddrinfo() instead.

The ap_pduphostent() code was moved to modules/proxy/proxy_util.c for
now since that is the only caller.  When the proxy's use of the
resolver is APR-ized this won't be needed anymore.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87399 13f79535-47bb-0310-9956-ffa450edef68
ApacheCore.def
CHANGES
include/util_uri.h
libhttpd.def
modules/proxy/proxy_util.c
server/util_uri.c
support/httpd.exp