aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_bosh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_bosh.lua')
-rw-r--r--plugins/mod_bosh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua
index 3b5e3e1e..5b7a24ab 100644
--- a/plugins/mod_bosh.lua
+++ b/plugins/mod_bosh.lua
@@ -379,7 +379,7 @@ function stream_callbacks.error(context, error)
local response = context.response;
response.headers = default_headers;
response.status_code = 400;
- request:send();
+ response:send();
return;
end