]> granicus.if.org Git - apache/commit
for proxy CONNECT handling:
authorJeff Trawick <trawick@apache.org>
Fri, 4 Jan 2002 18:32:48 +0000 (18:32 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Jan 2002 18:32:48 +0000 (18:32 +0000)
commitcc9618feeb8c45106bb65027ac6d2091e3b40a15
tree153b1118914a0b4dada7bc435a15a1c57bd49d43
parent62ffd967a94866fc0d74f887560253a51d03cacd
for proxy CONNECT handling:

  don't hard-code the address family of the target; respect
  what the resolver told us

  get a new socket each time we try to connect to one of the
  target addresses as reported by the resolver; you can't
  portably attempt to connect more than once on the same
  socket

this is the same fix committed to proxy http support yesterday

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