mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
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).
This commit is contained in:
parent
4c1c479fcf
commit
660516914e
3 changed files with 15 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue