]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Axe ap_get_virthost_addr(). This <address>[:port] parse routine
authorJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 13:28:57 +0000 (13:28 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Dec 2000 13:28:57 +0000 (13:28 +0000)
commit7b2976dfeea0918ccc37e6b6ca3e1a31fa5cbf4e
tree630ec6dddf954f0edf30c9ad05d33042d840b6c0
parent20dbc82117bb1071a58c7bf9129129c504ed70e1
Axe ap_get_virthost_addr().  This <address>[:port] parse routine
is not used anymore and it doesn't handle IPv6, so it is best to
drop it.  If/when mod_tls (Netware) is ported to 2.0 it can use
apr_parse_addr_port().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87354 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
server/util.c