Bug 783133: Remove NS_ABORT_IF_FALSE that fires somewhat regularly, which happens in a case that is correctly handled. r=mcmanus

This commit is contained in:
L. David Baron 2014-01-10 15:32:32 -08:00
parent 725560a228
commit 749f2a5c6a

View File

@ -3126,8 +3126,6 @@ WebSocketChannel::OnInputStreamReady(nsIAsyncInputStream *aStream)
}
if (mStopped) {
NS_ABORT_IF_FALSE(mLingeringCloseTimer,
"OnInputReady after stop without linger");
continue;
}