Make 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 Review URL: https://codereview.chromium.org/1550853002 Cr-Commit-Position: refs/heads/master@{#367024}
Showing
Please register or sign in to comment