diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 20:04:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 20:04:00 +0000 |
commit | 660516914e35631714c73a2002ccfa4d854a0290 (patch) | |
tree | ab82ce8a61ad7a6ec8af16b0c92e720ad5844cbc /CHANGES | |
parent | 4c1c479fcf27cdc9090434474aa01ebcd36d1f08 (diff) |
Fixed parsing of an IPv6 proxy address to support a scope identifier,
as well as IPv4 addresses in IPv6 format. Also, better handle the case
of a malformatted IPv6 address (avoid empty and NULL strings).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Fandrich (31 Jul 2008) +- Fixed parsing of an IPv6 proxy address to support a scope identifier, + as well as IPv4 addresses in IPv6 format. Also, better handle the case + of a malformatted IPv6 address (avoid empty and NULL strings). + Daniel Stenberg (30 Jul 2008) - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL parser to allow numerical IPv6-addresses to be specified with the scope |