]> 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)
commitb43e31de42482e7288c2fd8385b46835d3a7eb24
tree5825cf56da4a19cace4428fdb5f38a446a8293fa
parent6b3c397afb463e200b7342fa0b59ad8d628e3185
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