You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/30 16:29:38 UTC

[GitHub] [trafficserver] GeorgeHahn commented on a change in pull request #7229: Schedule `INKContInternal` destruction on local queue

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:
users@infra.apache.org