diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-12 23:46:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-15 12:02:05 +0200 |
commit | ee68bbe29c2f0ce9b1ba93cc43f940adc979f6f8 (patch) | |
tree | 03519564568f656ad4a4caa5a3c30af4d8a2d962 /tests | |
parent | e832d1ef74f260146cdab59cbac1d6969836663a (diff) | |
download | curl-ee68bbe29c2f0ce9b1ba93cc43f940adc979f6f8.tar.gz |
parse_proxy: use the URL parser API
As we treat a given proxy as a URL we should use the unified URL parser
to extract the parts out of it.
Closes #3878
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test709 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test709 b/tests/data/test709 index 022688853..fa7fbc017 100644 --- a/tests/data/test709 +++ b/tests/data/test709 @@ -34,7 +34,7 @@ http socks5 </server> <setenv> -http_proxy=socks5://%HOSTIP:%SOCKSPORT +http_proxy=socks5://%HOSTIP:%SOCKSPORT </setenv> <name> HTTP GET via SOCKS5 set in http_proxy environment variable |