]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
tweak the responsibilities of make_sock() and alloc_listener()
authorJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 14:49:18 +0000 (14:49 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 14:49:18 +0000 (14:49 +0000)
commitc4b79668b71a327cbc0177c4eef82988e54395fd
tree5825cf56da4a19cace4428fdb5f38a446a8293fa
parent1bfe3e1cdf9cda8b6f7537c331fd22dc11040ad1
tweak the responsibilities of make_sock() and alloc_listener()
because we need to resolve the hostname (i.e., call apr_getaddrinfo())
before creating the socket so that we get a socket of the appropriate
family

also, simplify some of the address displays in some error logs

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