bla
This commit is contained in:
parent
96d988abb0
commit
ec29107ede
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 true, nil, nil, unpack(stat, 2)
|
return false, nil, nil, unpack(stat, 2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue