Closed
Description
It is possible (it happened to me anyways) for calls to the HttpClient to return a shared_ptr which is null with no apparent error being set in the library. Recreating the case may be a little difficult (it's deep in my code).
CURL* connectionHandle = m_curlHandleContainer.AcquireCurlHandle();
if (connectionHandle)
{
/// snip
}
// No else clause, no error set!
Apparently the m_curlHandleContainer is returning a null handle. Why might that be and what information would be useful for you in debugging?
Metadata
Metadata
Assignees
Labels
No labels