-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Download/Upload speed is not accurate. #2200
Comments
julian0427
pushed a commit
to julian0427/curl
that referenced
this issue
Dec 29, 2017
julian0427
pushed a commit
to julian0427/curl
that referenced
this issue
Dec 29, 2017
bagder
added a commit
that referenced
this issue
Jan 1, 2018
to increase accuracy for quick transfers Bug #2200
bagder
added a commit
that referenced
this issue
Jan 4, 2018
to increase accuracy for quick transfers Fixes #2200
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
When the elapsed time is much less than 1 seconds, the average download speed above is much less than actual. e.g.,
size: 14613.000000, time: 0.187000, download speed: 14613.000000
I expected the following
size: 14613.000000, time: 0.187000, download speed: 78144.385026
curl/libcurl version
7.56.1, 7.57.0
[curl -V output]
operating system
Windows7, Android
The text was updated successfully, but these errors were encountered: