mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_s2s, s2sout.lib: Send stream header in onconnect()
This commit is contained in:
parent
6e38fa6d6b
commit
81cbf8c7d4
2 changed files with 5 additions and 4 deletions
|
@ -314,8 +314,6 @@ function s2sout.make_connect(host_session, connect_host, connect_port)
|
|||
-- otherwise it will assume it is a new incoming connection
|
||||
s2s_listener.register_outgoing(conn, host_session);
|
||||
|
||||
host_session:open_stream(from_host, to_host);
|
||||
|
||||
log("debug", "Connection attempt in progress...");
|
||||
return true;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue