Use correct namespace for checking if the isDefaultRootsPemSet method exists. (#31580)
The `method_exists` function requires a fully qualified class name to be sent to check if a method exists. The current class was missing the namespace, which means the function always returns `false`. In our application this caused the credentials to be loaded many times over, which ate up some CPU. This bug fix ensures that this is only run once per request.pull/31063/merge
parent
4dd0873ff7
commit
7b3977e9f1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue