Downloading file using one http connection

LucasRolff

Well-Known Member
Community Guide Contributor
May 27, 2013
142
95
78
cPanel Access Level
Root Administrator
> Whenever I am downloading a file it is serving only one connection instead of several connections.

If you download a file, it will always only use 1 connection, both under Apache and LiteSpeed, unless you decide to split up the request by performing range requests and making multiple threads download specific chunks and then combine it again afterwards.

> Also there is no resume of the file download.

That's the job of the client to allow this - as long as the server provides range requests, the client can figure out how much it has downloaded, and then restart the download from the point on using a range request.