Skip to content

Special Case

Jacksgong edited this page May 7, 2018 · 4 revisions

The URL response instance-length is dynamic but not chunked

On this case, you have to discard split block to download this URL, so you need to use DownloadTask.Builder#setConnectionCount(1) to ensure the task with the URL is downloading only with one connection. refs #31