mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net.httpserver: Remove obsolete API
This commit is contained in:
parent
09e5f799a0
commit
1acb229597
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
-- COMPAT w/pre-0.9
|
|
||||||
local log = require "prosody.util.logger".init("net.httpserver");
|
|
||||||
local traceback = debug.traceback;
|
|
||||||
|
|
||||||
local _ENV = nil;
|
|
||||||
-- luacheck: std none
|
|
||||||
|
|
||||||
local function fail()
|
|
||||||
log("error", "Attempt to use legacy HTTP API. For more info see https://prosody.im/doc/developers/legacy_http");
|
|
||||||
log("error", "Legacy HTTP API usage, %s", traceback("", 2));
|
|
||||||
end
|
|
||||||
|
|
||||||
return {
|
|
||||||
new = fail;
|
|
||||||
new_from_config = fail;
|
|
||||||
set_default_handler = fail;
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue