You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to curlpp
Dear All,
I am using Curlpp tp fetch some Data using HTTP requests. Is there any
way to Cancel HTTP transfer using Curlpp. I used the progress function
to Cancel the current transfer by returning "1" instead of "0". But
sadly after canceling the transfer the whole program aborted. Moreover
I used Timeout and I faced the same problem. Is there any other method
that cancels the transfer without aborting the whole program