Software /
code /
prosody
Diff
net/server.lua @ 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 |
parent | 528:5fabb5aeed9d |
child | 562:04ee161d936b |
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