aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/ejabberd_http_poll.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_http_poll.erl b/src/web/ejabberd_http_poll.erl
index 281a2aea6..4573b12da 100644
--- a/src/web/ejabberd_http_poll.erl
+++ b/src/web/ejabberd_http_poll.erl
@@ -134,7 +134,7 @@ process([], #request{data = Data} = _Request) ->
end,
case http_get(ID) of
{error, not_exists} ->
- {200, [?BAD_REQUEST], ""};
+ {200, ?BAD_REQUEST, ""};
{ok, OutPacket} ->
if
ID == ID1 ->