Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | tests: use proxy feature | Marcel Raad | |
This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488 | |||
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg | |
This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68. | |||
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg | |
RFC 7230 says we should stop. Firefox already stopped. Bug: https://github.com/curl/curl/issues/633 Reported-By: Brad Fitzpatrick Closes #633 | |||
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg | |
--path-as-is is the command line option Added docs in curl.1 and CURLOPT_PATH_AS_IS.3 Added test in test 1241 |