summaryrefslogtreecommitdiff
path: root/tests/data/test714
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* 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
* tests: mark data files as non-executable in gitMichael Kaufmann2017-12-101-0/+0
|
* test714/5: added HTTP as a required featureDan Fandrich2017-03-201-0/+3
| | | | | These tests use an HTTP proxy so require that curl be built with HTTP support.
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-0/+64
Properly resolve, convert and log the proxy host names. Support the "--connect-to" feature for SOCKS proxies and for passive FTP data transfers. Follow-up to cb4e2be Reported-by: Jay Satiro Fixes https://github.com/curl/curl/issues/1248