We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c65e2 commit acbf521Copy full SHA for acbf521
test/test_curl.lua
@@ -20,6 +20,8 @@ local fname = "./test.download"
20
21
local utils = require "utils"
22
23
+local is_curl_ge = utils.is_curl_ge
24
+
25
local function weak_ptr(val)
26
return setmetatable({value = val},{__mode = 'v'})
27
end
0 commit comments