Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769806 - >=net-misc/curl-7.74.0 formats -w/ --write-out as microseconds
Summary: >=net-misc/curl-7.74.0 formats -w/ --write-out as microseconds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anthony Basile
URL: https://github.com/curl/curl/pull/6322
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-09 20:48 UTC by onkobu
Modified: 2022-09-04 04:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description onkobu 2021-02-09 20:48:49 UTC
Instead of seconds the output of

curl -so /dev/null -w '%{http_code}\t%{time_total}\n' https://packages.gentoo.org

yields microseconds instead of seconds.

Reproducible: Always

Steps to Reproduce:
1. use cURL with -w/ --write-out


Actual Results:  
Output is in microseconds 

Expected Results:  
Output is in seconds with fractions

Fixed in master.