-
- Downloads
Bryan Henderson turned the 'initialized' variable for curl_global_init()
into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). Bryan also updated the docs accordingly.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- RELEASE-NOTES 4 additions, 2 deletionsRELEASE-NOTES
- docs/libcurl/curl_easy_init.3 10 additions, 5 deletionsdocs/libcurl/curl_easy_init.3
- docs/libcurl/curl_global_cleanup.3 14 additions, 5 deletionsdocs/libcurl/curl_global_cleanup.3
- docs/libcurl/curl_global_init.3 22 additions, 12 deletionsdocs/libcurl/curl_global_init.3
- docs/libcurl/libcurl.3 102 additions, 4 deletionsdocs/libcurl/libcurl.3
- lib/easy.c 4 additions, 3 deletionslib/easy.c
Loading
Please register or sign in to comment