Fixed last commit

This commit is contained in:
Steven Barth 2009-03-06 17:20:42 +00:00
parent 22a9815e3e
commit eb6f9c6192

View file

@ -207,7 +207,7 @@ function request_to_file(uri, target, options, cbs)
if stat[1] == false then
file:close()
sock:close()
return false, unpack(stat, 2)
return unpack(stat)
end
end