mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net.httpserver: Removed an unused function.
This commit is contained in:
parent
e3d06ad370
commit
6bac77b06f
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ module "httpserver"
|
|||
|
||||
local default_handler;
|
||||
|
||||
local function expectbody(reqt)
|
||||
return reqt.method == "POST";
|
||||
end
|
||||
|
||||
local function send_response(request, response)
|
||||
-- Write status line
|
||||
local resp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue