# HG changeset patch # User Matthew Wild # Date 1343777994 -3600 # Node ID 4bf6bd22ad119bca6f764eadf3473e9fe4a6fb42 # Parent 7b298f8bcbcbc5366a0dcb9bd9631ccbca7d0896 mod_bosh: Remove troublesome return... continue processing of the streamopen after session creation (because since 16c7b510694b we no longer send an early response) diff -r 7b298f8bcbcb -r 4bf6bd22ad11 plugins/mod_bosh.lua --- 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];