-
Notifications
You must be signed in to change notification settings - Fork 845
Move Cleanup.h from plugins/xdebug to include/tscpp/api . #9080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Should Cleanup.h also be removed from To confirm, this CPP API addition is to make these standard deleter/ptr definitions accessible for other plugins? |
yes
yes |
|
[approve ci autest] |
|
I haven't seen this proposed to the mailing list yet. Did I miss the email? |
|
@randall there was an email titled "Proposed change to CPP API" a few weeks ago! |
…stry. (apache#9272) (apache#755) * Move Cleanup.h from plugins/xdebug to incude/tscpp/api . (apache#9080) Co-authored-by: Walt Karas <wkaras@yahooinc.com> (cherry picked from commit 40e8335) * Fix crashes at shutdown due to references to stale debug control registry. (apache#9272) * Fix crashes at shutdown due to references to stale debug control registry. Adds reference count for references to registry. The registry is deleted only when the reference count goes to zero. * Add delay before starting trafficserver in tsapi Au test. The opening of the cleartext TCP port for listening fails intermittently with a delay beforehand. Co-authored-by: Walt Karas <wkaras@yahooinc.com> (cherry picked from commit eabc29e) CONFLICTS: include/tscpp/api/Cleanup.h src/tscore/DbgCtl.cc tests/gold_tests/pluginTest/TSVConnFd/TSVConnFd.cc tests/gold_tests/pluginTest/polite_hook_wait/polite_hook_wait.cc Co-authored-by: Walt Karas <wkaras@yahoo-inc.com>
No description provided.