Diff

plugins/mod_bosh.lua @ 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
parent 5046:16c7b510694b
child 5071:0382f456ac82
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];