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:
gagan%netscape.com 2000-08-10 22:11:13 +00:00
parent 277fca0c27
commit f9c2459ff0

View File

@ -1517,6 +1517,7 @@ nsHTTPChannel::Open(PRBool bIgnoreCache)
if (NS_FAILED (rv))
{
mConnected = PR_TRUE;
ResponseCompleted (mResponseDataListener, rv, nsnull);
return rv;
}