diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-10-15 19:10:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-10-15 19:10:00 +0200 |
commit | bb77146e10ffacde870b252d64b41bdc84f66d8b (patch) | |
tree | cebc4e906da85c0f83524bb3a7cb532a5f06592a /scripts | |
parent | 18b22ccfe77b0f996e3c78c16126dc00cebf7e2d (diff) | |
download | context-bb77146e10ffacde870b252d64b41bdc84f66d8b.tar.gz |
beta 2012.10.15 19:10
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-flac.lua | 6 | ||||
-rw-r--r-- | scripts/context/lua/mtx-server.lua | 3 |
2 files changed, 0 insertions, 9 deletions
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") |