Software /
code /
prosody
Changeset
561:e2a88796cdce
Remove linger option on sockets, made no difference, and I forgot to remove it earlier
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 05 Dec 2008 19:21:44 +0000 |
parents | 560:6c07f15a34f4 |
children | 562:04ee161d936b |
files | net/server.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/net/server.lua Fri Dec 05 05:28:16 2008 +0000 +++ b/net/server.lua Fri Dec 05 19:21:44 2008 +0000 @@ -364,8 +364,6 @@ local err socket:settimeout( 0 ) - out_put("setting linger on "..tostring(socket)) - socket:setoption("linger", { on = true, timeout = 10 }); --// private closures of the object //-- local writequeue = { } -- buffer for messages to send