remove the channel cancelation stuff... don't do this here...

This commit is contained in:
pavlov%netscape.com 2001-02-25 02:23:55 +00:00
parent a726c95637
commit a1603566b9

View File

@ -176,8 +176,11 @@ NS_IMETHODIMP imgRequest::Cancel(nsresult status)
}
}
#if 0
// XXX don't do this here... return an error from the stream listener?
if (mChannel && mProcessing)
return mChannel->Cancel(status);
#endif
return NS_OK;
}