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
424a334450
1 changed files with 4 additions and 0 deletions
|
@ -428,6 +428,10 @@ end
|
|||
function _M.set_option(name, value)
|
||||
options[name] = value;
|
||||
end
|
||||
function _M.get_request_from_conn(conn)
|
||||
local response = conn and conn._http_open_response;
|
||||
return response and response.request or nil;
|
||||
end
|
||||
|
||||
_M.listener = listener;
|
||||
_M.codes = codes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue