Software /
code /
prosody
Log
description | author | age |
---|---|---|
mod_c2s: Don't call ondisconnect manually on close, it is now called by net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data). | Matthew Wild | Sun, 22 Jul 2012 16:59:12 +0100 |
net.http: Don't call ondisconnect manually, net.server now calls it on close | Matthew Wild | Sun, 22 Jul 2012 16:54:58 +0100 |
net.server_select, net.server_event: Change semantics of conn:close() - always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed) | Matthew Wild | Sun, 22 Jul 2012 16:54:33 +0100 |