We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0ac9 commit cdfc391Copy full SHA for cdfc391
src/proxy/http/remap/PluginFactory.cc
@@ -103,7 +103,7 @@ PluginFactory::~PluginFactory()
103
_instList.apply([](RemapPluginInst *pluginInst) -> void { delete pluginInst; });
104
_instList.clear();
105
106
- {
+ if (!TSSystemState::is_event_system_shut_down()) {
107
uint32_t elevate_access = 0;
108
109
REC_ReadConfigInteger(elevate_access, "proxy.config.plugin.load_elevated");
0 commit comments