bug 714669 fix nshttpconnection::pushback() assertion r=biesi

This commit is contained in:
Patrick McManus 2012-01-06 14:59:32 -05:00
parent 6163c59f06
commit bd7721f496

View File

@ -293,6 +293,9 @@ nsHttpConnection::Activate(nsAHttpTransaction *trans, PRUint8 caps, PRInt32 pri)
// Clear the per activation counter
mCurrentBytesRead = 0;
// The overflow state is not needed between activations
mInputOverflow = nsnull;
rv = OnOutputStreamReady(mSocketOut);
failed_activation: