mirror of
https://github.com/vxcontrol/lualibs-libcurl.git
synced 2026-07-01 08:12:19 -04:00
unimportant
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ end
|
||||
|
||||
function easy:_ret(code, retval)
|
||||
if code == C.CURLE_OK then return retval or self end
|
||||
return nil, self.strerror(code), code
|
||||
return nil, self.strerror(code), tonumber(code)
|
||||
end
|
||||
|
||||
function easy:_check(code, retval)
|
||||
|
||||
Reference in New Issue
Block a user