mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
2d7eb38bde
1 changed files with 1 additions and 1 deletions
|
@ -377,12 +377,12 @@ function _M.send_file(response, f)
|
||||||
-- io.write("."); io.flush();
|
-- io.write("."); io.flush();
|
||||||
response.conn:write(chunk);
|
response.conn:write(chunk);
|
||||||
else
|
else
|
||||||
|
incomplete[response.conn] = nil;
|
||||||
if chunked then
|
if chunked then
|
||||||
response.conn:write("0\r\n\r\n");
|
response.conn:write("0\r\n\r\n");
|
||||||
end
|
end
|
||||||
-- io.write("\n");
|
-- io.write("\n");
|
||||||
if f.close then f:close(); end
|
if f.close then f:close(); end
|
||||||
incomplete[response.conn] = nil;
|
|
||||||
return response:done();
|
return response:done();
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue