From 46e164069d1a5230e4e64cbd2ff46c46cce056bb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Sep 2018 23:33:28 +0200 Subject: url: use the URL API internally as well ... to make it a truly unified URL parser. Closes #3017 --- tests/data/test563 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test563') diff --git a/tests/data/test563 b/tests/data/test563 index cecbedc21..c9df79219 100644 --- a/tests/data/test563 +++ b/tests/data/test563 @@ -47,7 +47,7 @@ ftp_proxy=http://%HOSTIP:%HTTPPORT/ # Verify data after the test has been "shot" -GET FTP://%HOSTIP:%FTPPORT/563;type=A HTTP/1.1 +GET ftp://%HOSTIP:%FTPPORT/563;type=A HTTP/1.1 Host: %HOSTIP:%FTPPORT Accept: */* Proxy-Connection: Keep-Alive -- cgit v1.2.3