From e04151ed76a04613221d8a6ef6079645ee230844 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Sep 2007 21:14:12 +0000 Subject: Michal Marek made libcurl automatically append ";type=" when using HTTP proxies for FTP urls. --- tests/data/test208 | 2 +- tests/data/test79 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/data/test208 b/tests/data/test208 index eac3d5572..4fc485801 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 HTTP/1.1 +PUT ftp://daniel:mysecret@host.com/we/want/208;type=i HTTP/1.1 Authorization: Basic ZGFuaWVsOm15c2VjcmV0 Host: host.com:21 Pragma: no-cache diff --git a/tests/data/test79 b/tests/data/test79 index 49299379c..7c6ed1ee5 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 HTTP/1.1 +GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79;type=i HTTP/1.1 Host: %HOSTIP:%HTTPPORT Pragma: no-cache Accept: */* -- cgit v1.2.3