diff --git a/http/memory.lua b/http/memory.lua deleted file mode 100644 index f2f805b..0000000 --- a/http/memory.lua +++ /dev/null @@ -1,13 +0,0 @@ -local function sendHeader(connection) - connection:send("HTTP/1.0 200 OK\r\nContent-Type: text/html\r\Cache-Control: private, no-store\r\n\r\n") -end - -return function (connection, args) - sendHeader(connection) - connection:send('