Skip to main content

Downloading file using one http connection

Comments

2 comments

  • LucasRolff
    > 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.
    0
  • cPanelLauren
    Thanks @LucasRolff @Sujoy Dhar please let us know if you have further concerns or questions
    0

Please sign in to leave a comment.