Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to only globally init/deinit libcurl upon library load/unload
Up until now libcurl was initialized/deinitialized every time a request was sent. However curl_global_cleanup() also affects other libraries' code so that e.g. OpenSSL-related functions could fail.
- Loading branch information