# HG changeset patch # User Marco Cirillo # Date 1325896655 0 # Node ID caf28c2c56a1b6d634a6254d67bdf36f7918ac02 # Parent 0529658efd1e02fbda117325366b6954cb2435bf mod_xml_status: re-removed http response function wrong code (self note: make sure what you're copy&pasting from the local notepad is fully correct) diff -r 0529658efd1e -r caf28c2c56a1 mod_xml_status/mod_xml_status.lua --- a/mod_xml_status/mod_xml_status.lua Sat Jan 07 00:29:06 2012 +0000 +++ b/mod_xml_status/mod_xml_status.lua Sat Jan 07 00:37:35 2012 +0000 @@ -101,9 +101,6 @@ end local function request(method, body, request) - if not prosody.stanza_counter then - local err500 = r_err:format("500", "Internal server error") - return response(500, err500) end if method == "GET" then return response(200, forge_response()) else