curlpp
curlpp copied to clipboard
error curlpp::LibcurlRuntimeError at memory location 0x0000000B962FE8B0
I run following code and will get exception:
curlpp::LibcurlRuntimeError at memory location 0x0000000B962FE8B0.
Is it an inner excption of curlpp? Thanks.
Code:
std::stringstream response;
curlpp::Cleanup myCleanup;
curlpp::Easy myRequest;
myRequest.setOpt<Url>("https://docs.microsoft.com/fr-ca/cpp/?view=msvc-160");
//myRequest.setOpt(new curlpp::options::WriteStream(&response));
myRequest.perform();
possible related issue: https://github.com/curl/curl/issues/7332