aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test186
AgeCommit message (Collapse)Author
2005-05-11Modified the default HTTP headers used by libcurl:Daniel Stenberg
A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg