diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/web/ejabberd_http_poll.erl | 2 |
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 -> |