Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control

the appending of the "type=" thing on FTP URLs when they are passed to a
HTTP proxy. Some proxies just don't like that appending (which is done
unconditionally in 7.17.1), and some proxies treat binary/ascii transfers
better with the appending done!
This commit is contained in:
Daniel Stenberg
2007-12-02 23:38:23 +00:00
parent 380ed8bebf
commit 1c93e75375
7 changed files with 54 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ Curl and libcurl 7.17.2
Public curl releases: 103
Command line options: 122
curl_easy_setopt() options: 147
curl_easy_setopt() options: 148
Public functions in libcurl: 55
Public web site mirrors: 42
Known libcurl bindings: 36
@@ -11,6 +11,7 @@ Curl and libcurl 7.17.2
This release includes the following changes:
o --data-urlencode was added
o CURLOPT_PROXY_TRANSFER_MODE was added
This release includes the following bugfixes: