shinrich commented on a change in pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#discussion_r603314448



##########
File path: proxy/ProxySession.cc
##########
@@ -106,7 +106,7 @@ ProxySession::state_api_callout(int event, void *data)
       if (!lock.is_locked()) {
         SET_HANDLER(&ProxySession::state_api_callout);
         if (!schedule_event) { // Don't bother if there is already one
-          schedule_event = mutex->thread_holding->schedule_in(this, 
HRTIME_MSECONDS(10));
+          schedule_event = this_ethread()->schedule_in(this, 
HRTIME_MSECONDS(10));

Review comment:
       Backed out this change for now.  Not at all critical.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to