summaryrefslogtreecommitdiff
path: root/test/integration/test-partial-file-support
Commit message (Collapse)AuthorAgeFilesLines
* improve debug output in case downloadfile failsDavid Kalnischkies2014-03-131-29/+14
| | | | Git-Dch: Ignore
* tests: add a webserverconfig method to abstract configDavid Kalnischkies2013-11-301-4/+2
| | | | | | | The URI to use to set a config option is a bit arcane to write/remember and checking if the setting was successful doubly so. Git-Dch: Ignore
* tests: enhance https support in the testcasesDavid Kalnischkies2013-11-301-5/+7
| | | | Git-Dch: Ignore
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-0/+107
Servers might respond with a complete file either because they don't support Ranges at all or the If-Range condition isn't statisfied, so we have to parse the headers curl gets ourself to seek or truncate the file we have so far. This also finially adds the testcase testing a bunch of partial situations for both, http and https - which is now all green. Closes: 617643, 667699 LP: 1157943