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