melbahja / got

Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!
MIT License
709 stars 45 forks source link

Issue while retrieving filesize #31

Closed mpldr closed 2 years ago

mpldr commented 3 years ago

Sometimes (not always, not safely reproducible) I get unrealistic filesizes (see screenshot)

20201202_10h56m36s_grim

This happens from time to time on URLs where it works on other times (this one was with a github repo download about 10 MiB in size)

melbahja commented 3 years ago

Is this happens only on some servers or random?

mpldr commented 3 years ago

I have only witnessed it when downloading GitHub releases, but that's my main use so that probably doesn't say much.

melbahja commented 2 years ago

can you check with v0.6.0?

mpldr commented 2 years ago

Will do later today

mpldr commented 2 years ago

Seems to work, or has at least not happened yet.