mod_s2s, s2sout.lib: Send stream header in onconnect()

This commit is contained in:
Matthew Wild 2012-05-24 03:08:42 +01:00
parent 6e38fa6d6b
commit 81cbf8c7d4
2 changed files with 5 additions and 4 deletions

View file

@ -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