Skip to content

v0.2.9

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 10 May 07:42
· 497 commits to master since this release

中文

New Interfaces

  • Add BaseDownloadTask#isUsing():boolean: Whether this task object has already started and used in FileDownload Engine. Closes #137 .

Fix

  • Fix(high-concurrency-NPE): Providing the default snapshot when a task's status is unexpected, preventing the NPE is occurred in this case.
  • Fix(response-416): Covering the response status code is 416 or still resume from breakpoint when it's so far bytes more than or equal to total bytes.