kermit bb98953963 Fix streamTrack
Fixes several cases:
- When connection error thrown on retry, and subsequent retry started
  from the beginning, not the partial start
- Clone headers instead of adding Range header to dz.http_headers
  variables - this was causing errors on other requests
- Use 'with self.dz.session.get' to make sure request cleaned up on
  failure
- Fix calculation of downloadPercentage for retries: complete is now
  the size of the retry, so percentage needs to account for start
  value
2020-09-30 09:17:15 +01:00
..
2020-09-20 11:14:54 +02:00
2020-09-30 09:17:15 +01:00
2020-09-28 19:32:09 +01:00
2020-09-28 19:32:09 +01:00
2020-09-28 19:32:09 +01:00