mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 22:53:08 +00:00
Fix for bugscape 1800. Offline mode would have sit in recursion. This was already fixed for the M17 branch just doing the same for the tip.
This commit is contained in:
parent
277fca0c27
commit
f9c2459ff0
@ -1517,6 +1517,7 @@ nsHTTPChannel::Open(PRBool bIgnoreCache)
|
||||
|
||||
if (NS_FAILED (rv))
|
||||
{
|
||||
mConnected = PR_TRUE;
|
||||
ResponseCompleted (mResponseDataListener, rv, nsnull);
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user