mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 887566 - Append elements to idle array in ReadConnectionEntry. r=valentin.gosu
This commit is contained in:
parent
d20201761f
commit
ab9f3b6fdf
@ -3327,7 +3327,7 @@ nsHttpConnectionMgr::ReadConnectionEntry(const nsACString &key,
|
||||
HttpConnInfo info;
|
||||
info.ttl = ent->mIdleConns[i]->TimeToLive();
|
||||
info.rtt = ent->mIdleConns[i]->Rtt();
|
||||
data.active.AppendElement(info);
|
||||
data.idle.AppendElement(info);
|
||||
}
|
||||
data.spdy = ent->mUsingSpdy;
|
||||
data.ssl = ent->mConnInfo->UsingSSL();
|
||||
|
Loading…
Reference in New Issue
Block a user