summaryrefslogtreecommitdiff
path: root/tests/data/test658
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
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-041-1/+2
| | | | | | | | Test 659 verifies Also fixed the test 658 name Closes #3641
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-02-211-0/+1
|
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-0/+50
Allows an application to pass in a pre-parsed URL via a URL handle. Closes #3227