Is this documented anywhere ? This is a MAJOR breaking change in a minor release.
The text was updated successfully, but these errors were encountered:
bagder
changed the title
curl 7.74 BREAKING CHANGE to time units of format outputs without warning
curl -w times shown as microseconds instead of seconds with fractions
Dec 14, 2020
fc813f8 (precedes 7.74.0) changed write-out to retrieve the times using
curl_off_t (microseconds) instead of double (seconds) but did not
account for that in the formatted output.
Fixescurl#6321
Closes #xxxx
Is this documented anywhere ? This is a MAJOR breaking change in a minor release.
The text was updated successfully, but these errors were encountered: