mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Don't loop when there is nothing after a stream start
This commit is contained in:
parent
70c1e1d0b1
commit
b3facf092a
@ -1001,8 +1001,6 @@ prepare_outpacket_response(#http_bind{id=Sid, wait=Wait,
|
||||
StreamTail]
|
||||
end,
|
||||
case OutEls of
|
||||
[] ->
|
||||
prepare_response(Sess, Rid, OutPacket, true);
|
||||
[{xmlelement,
|
||||
"stream:error",_,_}] ->
|
||||
{200, ?HEADER, "<body type='terminate' "
|
||||
|
Loading…
Reference in New Issue
Block a user