]> granicus.if.org Git - curl/commit
parse_proxy: use the IPv6 zone id if given
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 May 2019 13:02:41 +0000 (15:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 May 2019 07:45:43 +0000 (09:45 +0200)
commit12e564ca200d4b313d7404f6de00a042e78ea819
tree9e4f7ecef7df30d83d76fd9c570eb38d94236e6c
parent885ce31401b6789c959131754b1e5ae518964072
parse_proxy: use the IPv6 zone id if given

If the proxy string is given as an IPv6 numerical address with a zone
id, make sure to use that for the connect to the proxy.

Reported-by: Edmond Yu
Fixes #3482
Closes #3918
lib/url.c