Backed out changeset d6c66b0eeba9 (bug 1082261) for web-4 test failures

This commit is contained in:
Carsten "Tomcat" Book 2014-10-23 14:52:46 +02:00
parent d126616ab8
commit 810a7e8501

View File

@ -1450,10 +1450,8 @@ nsHttpTransaction::HandleContentStart()
LOG(("Not Authoritative.\n"));
gHttpHandler->ConnMgr()->
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;
}