mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1069724 - all conn reuse after conn pool flush on shift-reload r=hurley
This commit is contained in:
parent
bf219e3942
commit
3b874544ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user