mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Fix bug 123768 - Unsubscribing while headers downloading hangs.
r=hwaara/sr=mscott.
This commit is contained in:
parent
f29cf7f122
commit
de29652f02
@ -3624,7 +3624,7 @@ PRInt32 nsNNTPProtocol::ReadXover(nsIInputStream * inputStream, PRUint32 length)
|
||||
|
||||
m_numArticlesLoaded++;
|
||||
PR_FREEIF(line);
|
||||
return status; /* keep going */
|
||||
return NS_SUCCEEDED(rv) ? status : -1; /* keep going if no error */
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user