From a5cba5ec97bc5b589ef043b76b456ad66c01852c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 8 Jan 2011 23:20:16 +0000 Subject: mod_bosh: Return true from send() --- plugins/mod_bosh.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index b9152c9f..a747f3cb 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -274,6 +274,7 @@ function stream_callbacks.streamopened(request, attr) t_insert(session.send_buffer, tostring(s)); log("debug", "There are now %d things in the send_buffer", #session.send_buffer); end + return true; end -- Send creation response -- cgit v1.2.3