-
-
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
Poor output with --verbose #5826
Comments
Why is that poor? What did you expect instead? You're using an ancient curl version. |
It's poor because the line should have started with an asterisk like all the accompanying output in that section. Re "using an ancient curl version:" I agree... but I don't get to make those choices. |
Aha, you speak of the |
... not newline separated from the previous line. This makes it output asterisk prefixed properly like other verbose putput! Reported-by: jmdavitt on github Fixes #5826
I did this...
...while writing some code that receives, transforms, and runs curl requests.
curl -v -s -X GET -H ... 'https://api.XXXcom:443/sdxs/v1/director...'
I expected....
...verbose output (lines starting with *, >, <, {, &c.) before the content.
But the line detailing CApath started with spaces!
Here is sample output Mmarkdown turned asterisks to bullets):
curl/libcurl version
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.44
zlib/1.2.7 libidn/1.28 libssh2/1.8.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL
libz unix-sockets
operating system
Linux davitja.vzbi.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: