summaryrefslogtreecommitdiff
path: root/tests/data/test1328
Commit message (Collapse)AuthorAgeFilesLines
* tests: added globbing keyword to URL globbing testsDan Fandrich2014-07-121-0/+1
|
* tests: unified use of some keywordsDan Fandrich2014-04-031-1/+1
|
* curl tool: don't abort glob-loop due to failuresDaniel Stenberg2012-02-061-0/+70
We want to continue to the next URL to try even on failures returned from libcurl. This makes -f with ranges still get subsequent URLs even if occasional ones return error. This was a regression as it used to work and broke in the 7.23.0 release. Added test case 1328 to verify the fix. Bug: http://curl.haxx.se/bug/view.cgi?id=3481223 Reported by: Juan Barreto