Skip to content

Commit fc36c9b

Browse files
authored
Don't eagerly initialize libcurl
This initialization will be done by an `on_load_hook` within `libcurl_jll`.
1 parent 246504e commit fc36c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Curl/Curl.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ using Base: OS_HANDLE, preserve_handle, unpreserve_handle
6565
include("utils.jl")
6666

6767
function __init__()
68-
@check curl_global_init(CURL_GLOBAL_ALL)
6968
end
7069

7170
const CURL_VERSION_INFO = unsafe_load(curl_version_info(CURLVERSION_NOW))

0 commit comments

Comments
 (0)