On Friday, 10 May 2019 at 15:06:46 UTC, Temtaime wrote:
Lol, you don't have to load and unload the curl dll.
std.net.curl have its own lazy libcurl loader. But i'm not sure
if it tries to find the dll in the temp directory. If it is the
case, then it simply doesn't unload the dll when you have
called some function from it.
As I said it's more about the general idea of bundling DLLs in
than libcurl itself, but even in that case it doesn't search the
temp directory for it. Besides, if it did, it would be a pretty
important vulnerability.