mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[FIX] Kill Parsee on unexcepted stream closure
This commit is contained in:
parent
ff5f085b7f
commit
02a89270c0
6 changed files with 49 additions and 15 deletions
|
|
@ -265,8 +265,9 @@ Main(Array *args, HashMap *env)
|
|||
}
|
||||
|
||||
server = HttpServerCreate(&conf);
|
||||
((ParseeData *) conf.handlerArgs)->server = server;
|
||||
|
||||
if (!ParseeInitialiseSignals(server, xmpp_thr, jabber))
|
||||
if (!ParseeInitialiseSignals(conf.handlerArgs, xmpp_thr))
|
||||
{
|
||||
goto end;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue