Trivial placeholder print statement, useful for debugging.
This commit is contained in:
parent
1b14a516aa
commit
4ff7b2b78d
@ -53,6 +53,7 @@ end
|
|||||||
-- Parses the client's request. Returns a dictionary containing pretty much everything
|
-- Parses the client's request. Returns a dictionary containing pretty much everything
|
||||||
-- the server needs to know about the uri.
|
-- the server needs to know about the uri.
|
||||||
return function (request)
|
return function (request)
|
||||||
|
--print("Request: \n", request)
|
||||||
local e = request:find("\r\n", 1, true)
|
local e = request:find("\r\n", 1, true)
|
||||||
if not e then return nil end
|
if not e then return nil end
|
||||||
local line = request:sub(1, e - 1)
|
local line = request:sub(1, e - 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user