]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We don't really want to fool around with socket structures if we don't have to,
authorDavid Reid <dreid@apache.org>
Fri, 3 Nov 2000 02:17:56 +0000 (02:17 +0000)
committerDavid Reid <dreid@apache.org>
Fri, 3 Nov 2000 02:17:56 +0000 (02:17 +0000)
commit1dd50de2e3e601e1046d75ca93057e66dfd761c6
tree275d641842d59bece4e697571548c8857c8ddf8d
parentab6c9235186a3bb63b5c886e23614fc587363f33
We don't really want to fool around with socket structures if we don't have to,
and in this case we can get the ip address directly from the socket.  This
should mean that if we add more protocol support we don't have to worry about
this.  No doubt this is the first of many such changes...

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