aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-11 10:32:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-11 10:32:37 +0000
commitcac5251a98165bf5b6069f5276fd9d1d7331a11a (patch)
tree229a2a8beca08e2d5fffcff08f7a4a9d9827ccf6 /lib/urldata.h
parent3b825bcbfbd7553a58a506ecc3d08a941feb8081 (diff)
Lukasz Czekierda correctly pointed out that curl used a bad Host: header
when talking to a IPv6-server using IPv6 IP address only.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 233abcef6..6d3f9ce73 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -210,7 +210,8 @@ struct ConnectBits {
bool httpproxy; /* if set, this transfer is done through a http proxy */
bool user_passwd; /* do we use user+password for this connection? */
bool proxy_user_passwd; /* user+password for the proxy? */
-
+ bool ipv6_ip; /* we communicate with a remove site specified with pure IPv6
+ IP address */
bool use_range;
bool rangestringalloc; /* the range string is malloc()'ed */
};