summaryrefslogtreecommitdiff
path: root/tests/data/test659
Commit message (Collapse)AuthorAgeFilesLines
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+0
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests: use proxy featureMarcel Raad2019-10-151-0/+3
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-041-0/+54
Test 659 verifies Also fixed the test 658 name Closes #3641