FS#20811 - [aria2] 1.10.0 : bug with multiple file download in same host
Attached to Project:
Arch Linux
Opened by stopspam (stopspam) - Saturday, 11 September 2010, 10:38 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 01 January 2011, 12:45 GMT
Opened by stopspam (stopspam) - Saturday, 11 September 2010, 10:38 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 01 January 2011, 12:45 GMT
|
Details
aria2c 1.10.0 have a bug "that prevents HTTP redirect from
working
when multiple files are downloaded from same host at the same time. For netrc, aria2 now performs domain match if machine name defined in .netrc starts with ".". To reproduce bug, just download file (from a list) on a single host: 1. Set all file to download in a text file : "fileToDownload.txt" http://host/file1 http://host/file2 http://host/file3 ... 2. Then download them : aria2c -i fileToDownload.txt A temporary workaround for this version is to force parallele download to 1 with "-j 1" parameter. But many times lower... The version 1.10.2 of aria2c fix this bug ! If maintener can update... |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Saturday, 01 January 2011, 12:45 GMT
Reason for closing: Fixed
Additional comments about closing: aria2 1.10.8-1
Saturday, 01 January 2011, 12:45 GMT
Reason for closing: Fixed
Additional comments about closing: aria2 1.10.8-1
I think this can be closed.