From 26935233a6565bd73e53e2228ac98779fd3ab33d Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 15 Oct 2012 20:20:24 +0300 Subject: beta 2012.10.15 19:10 --- scripts/context/lua/mtx-flac.lua | 6 ------ scripts/context/lua/mtx-server.lua | 3 --- 2 files changed, 9 deletions(-) (limited to 'scripts') diff --git a/scripts/context/lua/mtx-flac.lua b/scripts/context/lua/mtx-flac.lua index 37f985654..cb73a6592 100644 --- a/scripts/context/lua/mtx-flac.lua +++ b/scripts/context/lua/mtx-flac.lua @@ -6,12 +6,6 @@ if not modules then modules = { } end modules ['mtx-flac'] = { license = "see context related readme files" } --- Written with Within Temptation's "The Unforgiven" in loopmode on --- the speakers. The following code is also used for my occasional music --- repository cleanup session using the code below. - --- this can become l-flac.lua - local sub, match, byte, lower = string.sub, string.match, string.byte, string.lower local readstring, readnumber = io.readstring, io.readnumber local concat = table.concat diff --git a/scripts/context/lua/mtx-server.lua b/scripts/context/lua/mtx-server.lua index bb60af091..d6e8ac902 100644 --- a/scripts/context/lua/mtx-server.lua +++ b/scripts/context/lua/mtx-server.lua @@ -314,9 +314,6 @@ function scripts.webserver.run(configuration) local from = client:getpeername() report("request from: %s",tostring(from)) report("request data: %s",tostring(request)) - -print(">>>>>>>>>>>>>",request) - local fullurl = string.match(request,"GET (.+) HTTP/.*$") or "" -- todo: more clever / post if fullurl == "" then report("no url") -- cgit v1.2.3