Bugs item #2915788, was opened at 2009-12-16 21:25
Message generated for change (Settings changed) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2915788&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: client module
Group: wrong behaviour
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Patrick (patriot666)
Assigned to: Daniel Stenberg (bagder)
Summary: Silent command still produces output
Initial Comment:
Using an extracted curl-7.19.7-ssl-sspi-zlib-static-bin-w32.zip on Windows XP SP2:
>curl --version
curl 7.19.7 (i386-pc-win32) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: Largefile NTLM SSL SSPI libz
The silent command still produces output
curl --silent http://www.google.com
or
curl -s www.google.com
produces the HTML of the page.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2009-12-16 23:50
Message:
That's exactly how curl is designed to work. The silent option just means
that curl says nothing extra apart from doing its transfer output. Doing
"curl -s www.google.com" without putting the output somewhere is just...
pointless!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2915788&group_id=976
Received on 2009-12-16