From b512b3e6e1b06257bf30584f37f6a54135951b5a Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Mon, 11 Sep 2023 23:13:06 -0400 Subject: [PATCH] Address review comment. --- src/messaging/ReliableMessageMgr.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/messaging/ReliableMessageMgr.cpp b/src/messaging/ReliableMessageMgr.cpp index 7bfca6342c889d..68818585df3075 100644 --- a/src/messaging/ReliableMessageMgr.cpp +++ b/src/messaging/ReliableMessageMgr.cpp @@ -158,9 +158,9 @@ void ReliableMessageMgr::ExecuteActions() // Do not StartTimer, we will schedule the timer at the end of the timer handler. mRetransTable.ReleaseObject(entry); - // That marked the exchange as not having an un-acked message... but - // of course it _does_ have an un-acked message and we have just - // given up on waiting for the ack. + // Dropping our entry marked the exchange as not having an un-acked + // message... but of course it _does_ have an un-acked message and + // we have just given up on waiting for the ack. ec->GetReliableMessageContext()->SetMessageNotAcked(true);