Pluto latest version is faulty, only download 1 connection.
Eror:
if !p.MetaData.MultipartSupported {
p.connections = 1
fmt.Printf("Downloading %s(%s) with %d connection\n", p.MetaData.Name, humanize.Bytes(p.MetaData.Size), p.connections)
} else {
p.connections = 1
}
And:
msupported := false
if resp.Header.Get("Accept-Range") != "" || resp.Header.Get("Accept-Ranges") != "" {
msupported = true
}
I have tried downloading 32 connections but can not. Pluto only downloads 1 connection.
Please check
Pluto latest version is faulty, only download 1 connection.
Eror:
if !p.MetaData.MultipartSupported {
p.connections = 1
fmt.Printf("Downloading %s(%s) with %d connection\n", p.MetaData.Name, humanize.Bytes(p.MetaData.Size), p.connections)
} else {
p.connections = 1
}
And:
msupported := false
I have tried downloading 32 connections but can not. Pluto only downloads 1 connection.
Please check