-
This is not a bug, this is by design. curl does not return errors for HTTP error responses unless you use -f. Alternatively you can use -w to extract the response code in full. Closing this report.
2010-01-01 20:24:59 UTC in curl and libcurl
-
Thanks for the report, this problem is now fixed in CVS!
2009-12-25 23:32:20 UTC in curl and libcurl
-
bagder changed the public information on the libssh2 project.
2009-12-21 08:23:48 UTC in libssh2
-
bagder changed the public information on the libssh2 project.
2009-12-21 08:23:48 UTC in libssh2
-
Right, not completely pointless but still not the job of -s.
If you don't want see the data curl transfers, you use -o or -O or you redirect or pipe it somewhere. Like >/dev/null or > NUL on windows.
We don't have any option for shutting off the data output. I consider this case closed. If you want to discuss further angles around adding such a feature or similar, then I suggest posting to...
2009-12-19 11:18:08 UTC in curl and libcurl
-
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!
2009-12-16 22:50:45 UTC in curl and libcurl
-
I suggest you take this topic to the curl-library list for discussion. Not many people will bother to read or comment to feature requests posted here...
2009-12-16 16:27:59 UTC in curl and libcurl
-
moved to feature requests.
2009-12-15 18:56:30 UTC in curl and libcurl
-
Ok, I'm now closing this entry as fixed.
The next release is planned for January 2010, but it might slip a bit since we have a rather large set of stuff to work on for that release but we'll have to see how everything goes. For further questions or so around that, please use the curl-library mailing list!
2009-12-15 10:05:06 UTC in curl and libcurl
-
Thanks a lot. I tracked it down, fixed it, added a new test case for this (1106) and committed the lot just now to CVS (with credit to you for the discovery and report). Case closed!
2009-12-14 23:17:35 UTC in curl and libcurl