removed the ;type= thing for FTP urls through proxy, since that's now only
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Dec 2007 09:50:32 +0000 (09:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Dec 2007 09:50:32 +0000 (09:50 +0000)
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
tests/data/test79

index 4fc4858..eac3d55 100644 (file)
@@ -44,7 +44,7 @@ the
 ^User-Agent:.*
 </strip>
 <protocol>
-PUT ftp://daniel:mysecret@host.com/we/want/208;type=i HTTP/1.1\r
+PUT ftp://daniel:mysecret@host.com/we/want/208 HTTP/1.1\r
 Authorization: Basic ZGFuaWVsOm15c2VjcmV0\r
 Host: host.com:21\r
 Pragma: no-cache\r
index 7c6ed1e..4929937 100644 (file)
@@ -45,7 +45,7 @@ ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 -x %HOSTIP:%HTTPPORT
 ^User-Agent:.*
 </strip>
 <protocol>
-GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79;type=i HTTP/1.1\r
+GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/79 HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
 Pragma: no-cache\r
 Accept: */*\r