Skip to content

Commit

Permalink
Removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed May 31, 2018
1 parent 39fd1c9 commit 6182b6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions defnet/http_server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ function M.create(port)
end

local headers = parse_headers(request)
print("JHJHKHJKJHJH")
local message_body = receive_message_body(conn, method, headers)
print(method, message_body)

-- function for streaming chunked content
local stream_fn = function(response, close)
Expand Down

0 comments on commit 6182b6f

Please sign in to comment.