Dear libcurl users, I am trying to upload a file to an end point using multi interface. Example code used is https://curl.se/libcurl/c/postit2.html However, i see that when the server is down, there is no error reported from any of the curl interfaces.
If i perform the same operation via the curl command from the shell, i get the return code as 7. But all the multi interfaces like info_read and mulit_perform return CURLE_OK. Can anyone guide how to detect failures with libcurl. Specially when the server is down. Regards, Ali
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html