DescriptionMake the OCSP Init Singleton Lazy
As the OCSP Init code (for NSS) is a non-leaky Singleton, but
the other NSS code is, we end up calling into it during shutdown
while other requests may still be pending. Since the code is,
unfortunately, not exactly the most thread safe, the right answer
is to just not attempt to cleanup on shutdown, same as all the
other NSS code.
BUG=572727
Committed: https://crrev.com/10682844c172adadd6227deb5bf06de07c4fc6fa
Cr-Commit-Position: refs/heads/master@{#367024}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|