summaryrefslogtreecommitdiff
path: root/tests/data/test1156
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-02-211-0/+1
|
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-221-0/+70
This avoids appending error data to already existing good data. Test 92 is updated to match this change. New test 1156 checks all combinations of --range/--resume, --fail, Content-Range header and http status code 200/416. Fixes #1163 Reported-By: Ithubg on github Closes #2578