Changeset

5070:4bf6bd22ad11

mod_bosh: Remove troublesome return... continue processing of the streamopen after session creation (because since 16c7b510694b we no longer send an early response)
author Matthew Wild <mwild1@gmail.com>
date Wed, 01 Aug 2012 00:39:54 +0100
parents 5069:7b298f8bcbcb
children 5071:0382f456ac82
files plugins/mod_bosh.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_bosh.lua	Tue Jul 31 23:07:02 2012 +0100
+++ b/plugins/mod_bosh.lua	Wed Aug 01 00:39:54 2012 +0100
@@ -299,7 +299,6 @@
 			return true;
 		end
 		request.sid = sid;
-		return;
 	end
 	
 	local session = sessions[sid];