-
-
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
Maximum value of «Time Spent» in Cmd-window is «0:35:47» (35 min and 47 sec). #4165
Comments
That's 2147 seconds or 2147,000 milliseconds or 2147,000,000 microseconds. 2^31 is 2147,483,648. Seems like it isn't a coincidence. Are we using a 32 bit counter (on Windows) somewhere somehow where we shouldn't? |
Thank you for 2^31 – it is great reason. |
The problem is here. Lines 205 to 212 in d23e87d
|
Thank you! |
In last cURL for Windows (https://curl.haxx.se/windows/)
maximum value of «Time Spent» in Cmd-window is «0:35:47» (35 min and 47 sec). At this point the timer is stopping and other dependent values (average speed, etc) are ruined.
Sorry, I do not speak English, I can not understand ALL from this point to end of field.
I did this
I expected the following
curl/libcurl version
[curl -V output]
operating system
The text was updated successfully, but these errors were encountered: