Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-04-21 21:59:16 +08:00
commit 059e35a463
32 changed files with 77 additions and 150 deletions

View file

@ -1946,10 +1946,6 @@ nsNSSComponent::ShutdownNSS()
#ifndef MOZ_NO_SMART_CARDS
ShutdownSmartCardThreads();
#endif
SSL_ClearSessionCache();
// TLSServerSocket may be run with the session cache enabled. This ensures
// those resources are cleaned up.
Unused << SSL_ShutdownServerSessionIDCache();
MOZ_LOG(gPIPNSSLog, LogLevel::Debug, ("evaporating psm resources"));
if (NS_FAILED(nsNSSShutDownList::evaporateAllNSSResources())) {