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 | proxy: fix tests as follow-up to 93b0d907d5 | Daniel Stenberg | |
This fixes tests that were added after 113f04e664b as the tests would fail otherwise. We bring back "Proxy-Connection: Keep-Alive" now unconditionally to fix regressions with old and stupid proxies, but we could possibly switch to using it only for CONNECT or only for NTLM in a future if we want to gradually reduce it. Fixes #954 Reported-by: János Fekete | |||
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann | |
Makes curl connect to the given host+port instead of the host+port found in the URL. |