masaori335 commented on a change in pull request #8287:
URL: https://github.com/apache/trafficserver/pull/8287#discussion_r697077282



##########
File path: iocore/net/UnixNet.cc
##########
@@ -603,8 +603,8 @@ NetHandler::manage_active_queue(NetEvent *enabling_ne, bool 
ignore_queue_size =
     if (ne == enabling_ne) {
       continue;
     }
-    if ((ne->inactivity_timeout_in && ne->next_inactivity_timeout_at <= now) ||
-        (ne->active_timeout_in && ne->next_activity_timeout_at <= now)) {

Review comment:
       @bryancall Do you remember why 
`inactivity_timeout_in`/`active_timeout_in` are checked instead of 
`next_inactivity_timeout_at`/`next_activity_timeout_at` by 
https://github.com/apache/trafficserver/commit/a80b4f3c5cb5436fa8fa2ea9a08261f46627e2e5
 ?




-- 
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]


Reply via email to