Re: atscppapi: AsyncHttpFetch question
Hi, The motivation for my question is because I am seeing a small leak in my module. My module periodically fetches data using the Async api. When I disable the periodic fetching I don't see a leak (I ensured there is none of my other code is running). I reduced my code base to fetch and forget. I
atscppapi: AsyncHttpFetch question
Hi, In the file lib/atscppapi/examples/async_http_fetch/AsyncHttpFetch.cc, there is this code: --- // we'll add some custom headers for this request AsyncHttpFetch2 *provider2 = new AsyncHtt