]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a couple of mod_proxy problems forwarding HTTP connections:
authorJeff Trawick <trawick@apache.org>
Fri, 4 Jan 2002 01:47:55 +0000 (01:47 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Jan 2002 01:47:55 +0000 (01:47 +0000)
commit10406b4ad2ce68ff32128ff398cffcd3df1353a9
tree3d3cfc9250c7974c53a946c4f6d7ecde0000b414
parent816e3717cfa696f3e016d7113221a2e21cb5ae29
Fix a couple of mod_proxy problems forwarding HTTP connections:

(1) PR #9190  It failed to connect to IPv6 hosts.
(2) It failed to connect when the first IP address returned by
    the resolver was unreachable but a secondary IP address was.

PR:    9190 (partly)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92727 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_http.c