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).
This commit is contained in:
Dan Fandrich
2008-07-31 22:46:29 +00:00
parent 660516914e
commit b4a5ce89c2
3 changed files with 20 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ This release includes the following bugfixes:
o CURL_READFUNC_PAUSE problems fixed
o --use-ascii now works on Symbian OS, MS-DOS and OS/2
o CURLINFO_SSL_VERIFYRESULT is fixed
o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set
This release includes the following known bugs:
@@ -60,7 +61,7 @@ advice from friends like these:
Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May,
Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen,
Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei,
Peter Lamberg, David Bau
Peter Lamberg, David Bau, Pramod Sharma
Thanks! (and sorry if I forgot to mention someone)