GeorgeHahn commented on a change in pull request #7229:
URL: https://github.com/apache/trafficserver/pull/7229#discussion_r497644741



##########
File path: src/traffic_server/InkAPI.cc
##########
@@ -1099,7 +1099,7 @@ INKContInternal::destroy()
     // action is needed.
     //
     if (p) {
-      p->schedule_imm(this);
+      p->schedule_imm_local(this);
     }

Review comment:
       Ah, good catch. I originally wrote this on 7.1.x, where that code didn't 
exist yet. I'll close this PR because it doesn't appear to be useful on 9.0.x 
and up.




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