tcp: clearer debug message when connection is closed successfully (#29931)
This commit is contained in:
parent
e8e62e2ca2
commit
9f3d0a9887
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue