mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 755167 - spdysession::mConnection should not be nsHttpPipeline r=honzab
This commit is contained in:
parent
bc9fce09c1
commit
d34cad8cf0
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user