This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Downloader will not create multiple connections to download multiple files concurrency #1
Labels
bug
Something isn't working
While downloading multiple
*downloader.Task
from one website(e.g.i.pximg.net
) using*donwloader.Downloader
with multi workers, only one connection is transferring data.By setting the proxy with Proxifier we can see the connections the downloader made. If we set the number of workers to more than 1 (e.g. 5), we can see:
i.pximg.net
Client.Do(req)
Proxifier Log
Is there anyway to let the
*http.Client
create 5 connections and use them to transfer data at same time?The text was updated successfully, but these errors were encountered: