From ee68bbe29c2f0ce9b1ba93cc43f940adc979f6f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 12 May 2019 23:46:41 +0200 Subject: 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 --- tests/data/test709 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test709') 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 -http_proxy=socks5://%HOSTIP:%SOCKSPORT +http_proxy=socks5://%HOSTIP:%SOCKSPORT HTTP GET via SOCKS5 set in http_proxy environment variable -- cgit v1.2.3