Backed out changeset 3feee5147ab0 (bug 1544757) for perma dt failures on browser_parsable_css.js. CLOSED TREE

This commit is contained in:
Razvan Maries 2019-08-17 03:18:36 +03:00
parent cdff391dd9
commit 308996b4e3

View File

@ -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()) {