On Thu, 4 Jun 2015, Jamie Gordon wrote:
If this behaviour by libcurl is "correct" then is it possible to interpret what I have to maybe suggest to the user that they have entered invalid credentials, rather than presenting them with "Operation timed out after 0 milliseconds..."?
I suggest you set a suitable break-point in libcurl when you run your program, or perhaps sprinkle it with printf()s, to figure out exactly where it returns that timeout error code (and why).
Once we know why that is returned we can take see what (if anything) we can do to improve the error detection and code!
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
