mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Backed out changeset 3feee5147ab0 (bug 1544757) for perma dt failures on browser_parsable_css.js. CLOSED TREE
This commit is contained in:
parent
cdff391dd9
commit
308996b4e3
@ -7681,10 +7681,8 @@ nsHttpChannel::OnStartRequest(nsIRequest* request) {
|
||||
"Unexpected request");
|
||||
|
||||
MOZ_ASSERT(mRaceCacheWithNetwork || !(mTransactionPump && mCachePump) ||
|
||||
mCachedContentIsPartial || mTransactionReplaced,
|
||||
"If we have both pumps, we're racing cache with network, the cache"
|
||||
" content is partial, or the cache entry was revalidated and "
|
||||
"OnStopRequest was not called yet for the transaction pump.");
|
||||
mCachedContentIsPartial,
|
||||
"If we have both pumps, the cache content must be partial");
|
||||
|
||||
mAfterOnStartRequestBegun = true;
|
||||
if (mOnStartRequestTimestamp.IsNull()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user