Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Dec 2007 23:38:23 +0000 (23:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 2 Dec 2007 23:38:23 +0000 (23:38 +0000)
commit1c93e75375882ed309c7d93a1ce59d27a53f23d3
treec5d2406eff23e3930dcb6dfd53be0bc20266d271
parent380ed8bebf4aa3bc605077c8cf5350986ae031a5
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!
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/http.c
lib/url.c
lib/urldata.h