Marcel Raad
476eb88171
tests: use proxy feature
...
This makes the tests succeed when using --disable-proxy.
Closes https://github.com/curl/curl/pull/4488
2019-10-15 07:56:55 +02:00
Daniel Stenberg
93b0d907d5
Revert "Proxy-Connection: stop sending this header by default"
...
This reverts commit 113f04e664
.
2016-08-16 08:36:04 +02:00
Daniel Stenberg
113f04e664
Proxy-Connection: stop sending this header by default
...
RFC 7230 says we should stop. Firefox already stopped.
Bug: https://github.com/curl/curl/issues/633
Reported-By: Brad Fitzpatrick
Closes #633
2016-02-08 11:09:40 +01:00
Daniel Stenberg
852d35b6ea
proxy: re-use proxy connections (regression)
...
When checking for a connection to re-use, a proxy-using request must
check for and use a proxy connection and not one based on the host
name!
Added test 1421 to verify
Bug: http://curl.haxx.se/bug/view.cgi?id=1492
2015-03-11 11:54:22 +01:00