зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1319973 - tls proxy null in nshttpconnection::onsocketwritable after timer r=hurley
This commit is contained in:
Родитель
1dff4f4f76
Коммит
d0789ff793
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче