bug 1069724 - all conn reuse after conn pool flush on shift-reload r=hurley

This commit is contained in:
Patrick McManus 2014-10-13 20:37:59 -04:00
parent bf219e3942
commit 3b874544ed

View File

@ -4897,8 +4897,7 @@ nsHttpChannel::BeginConnect()
if (mLoadFlags & LOAD_INITIAL_DOCUMENT_URI) {
gHttpHandler->ConnMgr()->DoShiftReloadConnectionCleanup(mConnectionInfo);
}
// each sub resource gets a fresh connection
mCaps &= ~(NS_HTTP_ALLOW_KEEPALIVE | NS_HTTP_ALLOW_PIPELINING);
mCaps &= ~NS_HTTP_ALLOW_PIPELINING;
}
// We may have been cancelled already, either by on-modify-request