Merge branch 'master' into url_api

This commit is contained in:
Alexey Melnichuk 2018-11-04 14:47:29 +03:00
commit 7f405f0777

View File

@ -20,6 +20,8 @@ local fname = "./test.download"
local utils = require "utils"
local is_curl_ge = utils.is_curl_ge
local function weak_ptr(val)
return setmetatable({value = val},{__mode = 'v'})
end