bneradt commented on code in PR #12476:
URL: https://github.com/apache/trafficserver/pull/12476#discussion_r2608212955
##########
include/cripts/Epilogue.hpp:
##########
@@ -752,10 +752,12 @@ TSPluginInit(int argc, const char *argv[])
inst->NeedCallback(enabled_txn_hooks);
TSContDataSet(contp, context);
TSHttpHookAdd(TS_HTTP_TXN_START_HOOK, contp); // This acts similarly to
the DoRemap callback
+ } else if (needs_glb_init) {
Review Comment:
I think you're right. I added the cleanup in there now 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]