diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 09:50:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 09:50:32 +0000 |
commit | 1f058f101429be9f64e9d7913d74bf68f83ebfcb (patch) | |
tree | 4d4f209cacea23347e2d7908d730a098eee577e4 /tests/data/test79 | |
parent | 84d0477cb9bbef63f5acccd8f0e543ccec730227 (diff) |
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)
Diffstat (limited to 'tests/data/test79')
-rw-r--r-- | tests/data/test79 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test79 b/tests/data/test79 index 7c6ed1ee5..49299379c 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:.* </strip> <protocol> -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: */*
|