зеркало из https://github.com/mozilla/pjs.git
Bug 717242, r=mcmanus
This commit is contained in:
Родитель
e7837a292a
Коммит
22d3bf9f83
|
@ -3163,7 +3163,7 @@ nsHttpChannel::InitOfflineCacheEntry()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (mResponseHead && mResponseHead->NoStore()) {
|
||||
if (!mResponseHead || mResponseHead->NoStore()) {
|
||||
CloseOfflineCacheEntry();
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче