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 /docs/MANUAL | |
parent | 4c1c479fcf27cdc9090434474aa01ebcd36d1f08 (diff) | |
download | curl-660516914e35631714c73a2002ccfa4d854a0290.tar.gz |
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 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 30a932272..3b1195c0b 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -904,6 +904,9 @@ IPv6 sftp://[fe80::1234%251]/ + IPv6 addresses provided other than in URLs (e.g. to the --proxy, --interface + or --ftp-port options) should not be URL encoded. + MAILING LISTS |