Software /
code /
prosody
Comparison
net/server.lua @ 74:09bda2782837
Remove debugging output from when doing TLS
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 17:19:00 +0100 |
parent | 66:018705d57f09 |
child | 98:3a2d327c4856 |
comparison
equal
deleted
inserted
replaced
73:937448005121 | 74:09bda2782837 |
---|---|
37 local string_sub = use'string'.sub | 37 local string_sub = use'string'.sub |
38 local coroutine_wrap = coroutine.wrap | 38 local coroutine_wrap = coroutine.wrap |
39 local coroutine_yield = coroutine.yield | 39 local coroutine_yield = coroutine.yield |
40 local print = print; | 40 local print = print; |
41 local out_put = function () end --print; | 41 local out_put = function () end --print; |
42 local out_put = print; | |
43 local out_error = print; | 42 local out_error = print; |
44 | 43 |
45 --// extern libs //-- | 44 --// extern libs //-- |
46 | 45 |
47 local luasec = require "ssl" | 46 local luasec = require "ssl" |