Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: only download 1 connect #8

Open
qgate opened this issue Jul 27, 2018 · 0 comments
Open

Bug: only download 1 connect #8

qgate opened this issue Jul 27, 2018 · 0 comments

Comments

@qgate
Copy link

qgate commented Jul 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant