Fixed last commit
This commit is contained in:
parent
ec29107ede
commit
22a9815e3e
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function request_to_file(uri, target, options, cbs)
|
||||||
if stat[1] == false then
|
if stat[1] == false then
|
||||||
file:close()
|
file:close()
|
||||||
sock:close()
|
sock:close()
|
||||||
return false, nil, nil, unpack(stat, 2)
|
return false, unpack(stat, 2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue