summaryrefslogtreecommitdiff
path: root/tests/data/test658
Commit message (Collapse)AuthorAgeFilesLines
* 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