24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-14 23:44:18 +02:00

Don't loop when there is nothing after a stream start

This commit is contained in:
Alexey Shchepin 2010-11-25 20:30:40 +02:00
parent 70c1e1d0b1
commit b3facf092a

View File

@ -1001,8 +1001,6 @@ prepare_outpacket_response(#http_bind{id=Sid, wait=Wait,
StreamTail] StreamTail]
end, end,
case OutEls of case OutEls of
[] ->
prepare_response(Sess, Rid, OutPacket, true);
[{xmlelement, [{xmlelement,
"stream:error",_,_}] -> "stream:error",_,_}] ->
{200, ?HEADER, "<body type='terminate' " {200, ?HEADER, "<body type='terminate' "