summaryrefslogtreecommitdiff
path: root/test/integration/skip-aptwebserver
Commit message (Collapse)AuthorAgeFilesLines
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-25/+0
| | | | | | | | | | | | | It shouldn't be too common, but sometimes people have multiple mirrors in the sources or otherwise repositories with the same content. Now that we gracefully can handle multiple requests to the same URI, we can also fold multiple requests with the same expected hashes into one. Note that this isn't trying to find oppertunities for merging, but just merges if it happens to encounter the oppertunity for it. This is most obvious in the new testcase actually as it needs to delay the action to give the acquire system enough time to figure out that they can be merged.
* start implementing an extremely simple webserver for testing APTDavid Kalnischkies2012-07-091-0/+25