]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
use apr_parse_addr_port() in ap_set_listener(); this allows IPv6
authorJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 12:21:21 +0000 (12:21 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 12:21:21 +0000 (12:21 +0000)
commitcecc389912d5ac8589829589f8361c51b71278eb
tree78fdda8091487853b21cfd952409c3bee941e8b9
parentfb4cd9527091bf6998b6701edc85a9fdad4312df
use apr_parse_addr_port() in ap_set_listener(); this allows IPv6
numeric address strings to be specified (though we wouldn't get
an IPv6 socket for it at the moment)

consolidate the use of APR_ANYADDR and make a note about its
protocol dependence

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