Skip to content

Calculate transfer speed manually if download size isn't known

Kai Uwe Broulik requested to merge work/unknownspeed into master

There's no dedicated speed field but only estimated end time which isn't known when the download size isn't known. If not present, calculate the download speed manually.


  • Downloaded a file from a server that doesnt provide file size, got speed displayed. It was a lot more erratic and jumpy than what the browser reported in its UI because we don't apply any moving average.

Merge request reports