Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
authorDaniel Stenberg <daniel@haxx.se>
Tue, 31 May 2005 13:03:26 +0000 (13:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 31 May 2005 13:03:26 +0000 (13:03 +0000)
commit300b4a915820293d6ba3a83150cbb585c288a482
treec825911f596f91548e9e3e00b64875b342f88f33
parent52071f3476b33323226785d3175a3e6f888587e2
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6
address was not possible to use. It is now, but requires it written
RFC2732-style, within brackets - which incidently is how you enter numerical
IPv6 addresses in URLs. Test case 263 added to verify.
CHANGES
RELEASE-NOTES
lib/url.c
tests/data/Makefile.am
tests/data/test263 [new file with mode: 0644]