mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1082261 - http 421 retry r=hurley
This commit is contained in:
parent
67cb990a35
commit
41abcd1d18
@ -1450,8 +1450,10 @@ nsHttpTransaction::HandleContentStart()
|
|||||||
LOG(("Not Authoritative.\n"));
|
LOG(("Not Authoritative.\n"));
|
||||||
gHttpHandler->ConnMgr()->
|
gHttpHandler->ConnMgr()->
|
||||||
ClearHostMapping(mConnInfo->GetHost(), mConnInfo->Port());
|
ClearHostMapping(mConnInfo->GetHost(), mConnInfo->Port());
|
||||||
mForceRestart = true;
|
|
||||||
}
|
}
|
||||||
|
// retry on a new connection - just in case
|
||||||
|
mCaps &= ~NS_HTTP_ALLOW_KEEPALIVE;
|
||||||
|
mForceRestart = true; // force restart has built in loop protection
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user