mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Bug 1550498.
This commit is contained in:
parent
4ad12f3588
commit
31b1431ea1
2 changed files with 8 additions and 3 deletions
|
|
@ -246,7 +246,8 @@ public:
|
|||
uint32_t caps = 0)
|
||||
{
|
||||
TickleWifi(callbacks);
|
||||
return mConnMgr->SpeculativeConnect(ci, callbacks, caps);
|
||||
RefPtr<nsHttpConnectionInfo> clone = ci->Clone();
|
||||
return mConnMgr->SpeculativeConnect(clone, callbacks, caps);
|
||||
}
|
||||
|
||||
// Alternate Services Maps are main thread only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue