curl / Mailing Lists / curl-users / Single Mail

curl-users

New verbose output in curl 7.64.0

From: James Brown <jbrown_at_easypost.com>
Date: Mon, 11 Feb 2019 13:55:21 -0800

I noticed that curl 7.64 has a lot more output when run with the `-v` flag
(or when used from applications setting the VERBOSE curlopt) than 7.63 or
earlier versions. Nothing in the changelog indicated this change.

The offending output looks like

* Expire in 0 ms for 6 (transfer 0x1936680)
* Expire in 4687 ms for 1 (transfer 0x1936680)
* Expire in 4687 ms for 1 (transfer 0x1936680)
* Expire in 300000 ms for 1 (transfer 0x1936680)
* Expire in 149887 ms for 3 (transfer 0x1936680)
* Expire in 200 ms for 4 (transfer 0x1936680)

It looks like this was added logging at the INFO level in
4c35574bb785ce44d72db5483541c9da2d885705. It also looks like the other
new logging was put behind an `#if 0` gate.

Is this intentional?

-- 
James Brown
Systems Engineer
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-02-11