mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1040086 - EV identifier missing when restoring session with HTTP cache v2. r=michal
This commit is contained in:
parent
158afd70a1
commit
c9317f4613
@ -3655,6 +3655,11 @@ nsHttpChannel::CloseCacheEntry(bool doomOnFailure)
|
||||
if (doom) {
|
||||
LOG((" dooming cache entry!!"));
|
||||
mCacheEntry->AsyncDoom(nullptr);
|
||||
} else {
|
||||
// Store updated security info, makes cached EV status race less likely
|
||||
// (see bug 1040086)
|
||||
if (mSecurityInfo)
|
||||
mCacheEntry->SetSecurityInfo(mSecurityInfo);
|
||||
}
|
||||
|
||||
mCachedResponseHead = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user