Bug 1319973 - tls proxy null in nshttpconnection::onsocketwritable after timer r=hurley

This commit is contained in:
Patrick McManus 2016-11-28 11:05:33 -05:00
parent 1dff4f4f76
commit d0789ff793

View File

@ -1714,6 +1714,9 @@ nsHttpConnection::OnSocketWritable()
NS_SUCCEEDED(mSocketOutCondition)) {
mSocketOutCondition = NS_BASE_STREAM_WOULD_BLOCK;
}
} else if (!mTransaction) {
rv = NS_ERROR_FAILURE;
LOG((" No Transaction In OnSocketWritable\n"));
} else {
// for non spdy sessions let the connection manager know