mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
c80b30a71c
9 changed files with 43 additions and 9 deletions
|
@ -72,6 +72,10 @@ function listener.ondisconnect(conn, err)
|
|||
requests[conn] = nil;
|
||||
end
|
||||
|
||||
function listener.ondetach(conn)
|
||||
requests[conn] = nil;
|
||||
end
|
||||
|
||||
local function request_reader(request, data, err)
|
||||
if not request.parser then
|
||||
local function error_cb(reason)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue