diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:14:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:14:12 +0000 |
commit | e04151ed76a04613221d8a6ef6079645ee230844 (patch) | |
tree | 8628dbf2a0673bb2a2e41b1f4eaee0f8ff5deb60 /tests/data/test208 | |
parent | cdb25524241578da488755674f7bacee316dd078 (diff) |
Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP
proxies for FTP urls.
Diffstat (limited to 'tests/data/test208')
-rw-r--r-- | tests/data/test208 | 2 |
1 files changed, 1 insertions, 1 deletions
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:.* </strip> <protocol> -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
|