tcp: clearer debug message when connection is closed successfully (#29931)

This commit is contained in:
Arnout Engelen 2021-01-07 14:20:23 +01:00 committed by GitHub
parent e8e62e2ca2
commit 9f3d0a9887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,7 +385,7 @@ private[stream] object ConnectionSourceStage {
cause match {
case _: SubscriptionWithCancelException.NonFailureCancellation =>
log.debug(
"Not aborting connection from {}:{} because downstream cancelled stream without failure",
"Closing connection from {}:{} because downstream cancelled stream without failure",
remoteAddress.getHostString,
remoteAddress.getPort)
closeConnectionDownstreamFinished()