mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
This commit is contained in:
parent
67e210a28a
commit
b94b9eba5e
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ local function request_reader(request, data, startpos)
|
|||
call_callback(request);
|
||||
end
|
||||
local function error_cb(r)
|
||||
log("error", "Error in HTTP server handler: %s", r or "connection-closed");
|
||||
call_callback(request, r or "connection-closed");
|
||||
destroy_request(request);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue