]> 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)
commit9d55830b40221e1cbdd958a8fa0486e3f0f8fa77
tree78fdda8091487853b21cfd952409c3bee941e8b9
parent24b0693a21b5da667ff9926affee5d740cd8ef8e
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