зеркало из https://github.com/mozilla/gecko-dev.git
Bug 755167 - spdysession::mConnection should not be nsHttpPipeline r=honzab
This commit is contained in:
Родитель
fea7b1a99e
Коммит
a0e3fa61bd
|
@ -484,6 +484,9 @@ nsHttpPipeline::TakeSubTransactions(
|
|||
PRInt32 i, count = mRequestQ.Length();
|
||||
for (i = 0; i < count; ++i) {
|
||||
nsAHttpTransaction *trans = Request(i);
|
||||
// set the transaction conneciton object back to the underlying
|
||||
// nsHttpConnectionHandle
|
||||
trans->SetConnection(mConnection);
|
||||
outTransactions.AppendElement(trans);
|
||||
NS_RELEASE(trans);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче