This commit is contained in:
Steven Barth 2009-03-06 17:18:45 +00:00
parent 96d988abb0
commit ec29107ede

View file

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