FileDownloader v1.7.2 Release Notes

Release Date: 2018-03-13 // about 6 years ago
  • 中文迭代日志

    🔖 Version 1.7.2

    2018-03-14

    🛠 Fix

    • 🛠 Fix: do not download callback error when the instance length of the task is zero, callback complete directly instead. closes #789
    • 🛠 Fix: fix the temp duplicate data in the database isn't removed when there is another running task with the same temp file path. closes #953
    • 🛠 Fix: the data lost when retry. closes #949
    • 🛠 Fix: fix the instance-length is always 1 when the Content-Range isn't provided but the Content-Length is provided on the trial connection.

    ✨ Enhancement

    • 👌 Improve Practicability: using the content length value on the Content-Range field when there isn't Content-Length field found in the response header. closes #967