mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
Merge 0.10 -> trunk
This commit is contained in:
commit
ac665260b8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function listener.onconnect(conn)
|
|||
end
|
||||
|
||||
log("debug", "Request '%s': Calling callback, status %s", req.id, code or "---");
|
||||
return log_if_failed(req.id, xpcall(function () return callback(content, code, request, response) end, handleerr));
|
||||
return log_if_failed(req.id, xpcall(function () return callback(content, code, response, request) end, handleerr));
|
||||
end
|
||||
req.reader = request_reader;
|
||||
req.state = "status";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue