small fix in SslTlsSupportSpec

This commit is contained in:
Roland 2013-06-02 15:31:27 +02:00
parent 4edb23add8
commit 2fed5ac4f3

View file

@ -167,7 +167,7 @@ class SslTlsSupportSpec extends AkkaSpec {
context watch handler
//#server
val pipeline = context.actorOf(TcpPipelineHandler.props(
init, sender, handler).withDeploy(Deploy.local))
init, connection, handler).withDeploy(Deploy.local))
connection ! Tcp.Register(pipeline)
//#server