That actually downloads a file in a sequential order. The HTTP Client itself is 
async, which means that the client can run in a separate process. What I am 
interested in is downloading 1 file concurrently. For example, in Windows I 
remember download managers were able to download a file in parallel chunks 
([https://www.internetdownloadmanager.com/support/segmentation.html](https://www.internetdownloadmanager.com/support/segmentation.html))
 --which is what I would like to achieve.

Reply via email to