=str #17008 Close the TcpConnectionStream on failure.

This commit is contained in:
Richard Bradley 2015-03-12 15:15:37 +00:00
parent c383ce46e2
commit ee298a13c0

View file

@ -224,6 +224,7 @@ private[akka] abstract class TcpStreamActor(val settings: ActorFlowMaterializerS
tcpOutputs.error(e)
primaryInputs.cancel()
primaryOutputs.error(e)
tryShutdown()
}
def tryShutdown(): Unit =