From 1f058f101429be9f64e9d7913d74bf68f83ebfcb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Dec 2007 09:50:32 +0000 Subject: [PATCH] removed the ;type= thing for FTP urls through proxy, since that's now only present when enabled by on option which isn't done by default (and isn't even available for the curl app atm) --- tests/data/test208 | 2 +- tests/data/test79 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/test208 b/tests/data/test208 index 4fc4858..eac3d55 100644 --- a/tests/data/test208 +++ b/tests/data/test208 @@ -44,7 +44,7 @@ the ^User-Agent:.* -PUT ftp://daniel:mysecret@host.com/we/want/208;type=i HTTP/1.1 +PUT ftp://daniel:mysecret@host.com/we/want/208 HTTP/1.1 Authorization: Basic ZGFuaWVsOm15c2VjcmV0 Host: host.com:21 Pragma: no-cache diff --git a/tests/data/test79 b/tests/data/test79 index 7c6ed1e..4929937 100644 --- a/tests/data/test79 +++ b/tests/data/test79 @@ -45,7 +45,7 @@ ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 -x %HOSTIP:%HTTPPORT ^User-Agent:.* -GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79;type=i HTTP/1.1 +GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Pragma: no-cache Accept: */* -- 2.7.4