small fix in SslTlsSupportSpec
This commit is contained in:
parent
4edb23add8
commit
2fed5ac4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue