bneradt commented on code in PR #10688:
URL: https://github.com/apache/trafficserver/pull/10688#discussion_r1383866568
##########
src/iocore/net/ConnectionTracker.cc:
##########
@@ -222,25 +287,46 @@ ConnectionTracker::Group::should_alert(std::time_t *lat)
return zret;
}
+void
+ConnectionTracker::Group::release()
+{
+ if (_count >= 0) {
Review Comment:
Yes, this was in the original. I wondered about this being wrong too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]