Merge pull request #1509 from akka/wip-3407-ssltlssupportspec-failure-ban
Make the SslTlsSupportSpec AkkaSslHandler stop on all types of close #3407
This commit is contained in:
commit
584d2c04eb
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class SslTlsSupportSpec extends AkkaSpec {
|
|||
val response = serverResponse(input)
|
||||
sender ! init.Command(response)
|
||||
log.debug("akka-io Server sent: {}", response.dropRight(1))
|
||||
case Tcp.PeerClosed ⇒ context.stop(self)
|
||||
case _: Tcp.ConnectionClosed ⇒ context.stop(self)
|
||||
}
|
||||
}
|
||||
//#handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue