Skip to content

Commit

Permalink
Merge pull request akka#1509 from akka/wip-3407-ssltlssupportspec-fai…
Browse files Browse the repository at this point in the history
…lure-ban

Make the SslTlsSupportSpec AkkaSslHandler stop on all types of close #3407
  • Loading branch information
bantonsson committed May 30, 2013
2 parents 37d742f + a528214 commit 584d2c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 584d2c0

Please sign in to comment.