treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
184 stars 27 forks source link

add github token, checkout v3, global init #94

Closed guzba closed 1 year ago

guzba commented 1 year ago

If you did not already call curl_global_init, curl_easy_init does it automatically. This may be lethal in multi-threaded cases, since curl_global_init is not thread-safe, and it may result in resource problems because there is no corresponding cleanup.

https://curl.se/libcurl/c/curl_easy_init.html