You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When download a file with range, after a while, the following requests with other range may be sent to proxy.
So, prefetch the whole data will be very useful to save more time cost.
Currently, the requests with diff range are different task, we need merge them into a same task.
Feature request:
When download a file with range, after a while, the following requests with other range may be sent to proxy.
So, prefetch the whole data will be very useful to save more time cost.
Currently, the requests with diff range are different task, we need merge them into a same task.
Use case:
Desire:
request 1: http://example.com/file/a.tar.gz, range: 1024-4096, task id: task-1
request 2: http://example.com/file/a.tar.gz, range: 4096-8192, task id: task-1
request 3: http://example.com/file/a.tar.gz, range: 0-, task id: task-1
The text was updated successfully, but these errors were encountered: