summaryrefslogtreecommitdiff
path: root/tests/data/test716
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-1/+1
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-1/+1
| | | | | | | | | | | | Failures clearly returned from a (SOCKS) proxy now causes this return code. Previously the situation was not very clear as what would be returned and when. In addition: when this error code is returned, an application can use CURLINFO_PROXY_ERROR to query libcurl for the detailed error, which then returns a value from the new 'CURLproxycode' enum. Closes #5770
* tests: use proxy featureMarcel Raad2019-10-151-0/+1
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-131-0/+44
Make all SOCKS tests use socksd instead of ssh.