mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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();
|
||||
response.conn:write(chunk);
|
||||
else
|
||||
incomplete[response.conn] = nil;
|
||||
if chunked then
|
||||
response.conn:write("0\r\n\r\n");
|
||||
end
|
||||
-- io.write("\n");
|
||||
if f.close then f:close(); end
|
||||
incomplete[response.conn] = nil;
|
||||
return response:done();
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue