ObjFW  Ticket Change Details

Overview

Artifact ID: ee0167f4f8b25f491a0d9ebfddda22c87c8123e73e7630e4e27dc02fa9ee46ae
Ticket: c8a8f72c842a982b745fa326b799908736066c30
Support downloading a file in parallel
User & Date: js on 2022-11-23 21:25:57
Changes

  1. icomment:
    It would be nice to support downloading a file with multiple HTTP connections in parallel to increase speed. The file can be created with the final size and metadaa on what has already been downloaded appended to it, then multiple downloads can be performed that seek to the place where to write the current chunk and when done, the file can just be truncated to remove the metadata.
    
  2. login: "js"
  3. milestone changed to: "none"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "Low"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to: "[ofhttp] Support downloading a file in parallel"
  9. type changed to: "Feature_Request"