diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 22:46:29 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 22:46:29 +0000 |
commit | b4a5ce89c24a8015c1cb3226fd7a53a7af2048bc (patch) | |
tree | edffcd4c32f67bb352f4b51a0e47a08ec64fb417 /CHANGES | |
parent | 660516914e35631714c73a2002ccfa4d854a0290 (diff) |
Fixed a problem with any FTP URL or any URLs containing an IPv6 address
being mangled when passed to proxies when CURLOPT_PORT is also set
(reported by Pramod Sharma).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Daniel Fandrich (31 Jul 2008) as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings). +- Fixed a problem with any FTP URL or any URLs containing an IPv6 address + being mangled when passed to proxies when CURLOPT_PORT is also set + (reported by Pramod Sharma). + 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 |