зеркало из https://github.com/mozilla/pjs.git
Fixes bug 73392 "ad blocking hosts file prevents page load"
r=gagan, sr=dougt, a=asa
This commit is contained in:
Родитель
fc1ea25063
Коммит
9267f76bf6
|
@ -1386,6 +1386,8 @@ nsSocketTransport::OnStopLookup(nsISupports *aContext,
|
|||
// If the lookup failed, set the status...
|
||||
if (NS_FAILED(aStatus))
|
||||
mStatus = aStatus;
|
||||
else if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny))
|
||||
mStatus = NS_ERROR_ABORT;
|
||||
|
||||
// Start processing the transport again - if necessary...
|
||||
if (GetFlag(eSocketDNS_Wait)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче