summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-lp1445239-download-loop
Commit message (Collapse)AuthorAgeFilesLines
* don't sent Range requests if we know its not acceptedDavid Kalnischkies2016-08-161-1/+0
| | | | | | If the server told us in a previous request that it isn't supporting Ranges with bytes via an Accept-Ranges header missing bytes, we don't try to formulate requests using Ranges.
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-2/+2
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-1/+1
| | | | | | This allows running tests in parallel. Git-Dch: Ignore
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-1/+1
| | | | | | | | | Conflicts: apt-pkg/pkgcache.h debian/changelog methods/https.cc methods/server.cc test/integration/test-apt-download-progress
* Add regression test for LP: #1445239Michael Vogt2015-05-221-0/+29
Add a regression test that reproduced the hang of apt when a partial file is present. Git-Dch: ignore