Skip to content

Commit 9433ae8

Browse files
KershawChangrvandermeulen
authored andcommitted
Bug 1990699 - Allow fallback to coalescing connection, a=RyanVM
Original Revision: https://phabricator.services.mozilla.com/D267311 Differential Revision: https://phabricator.services.mozilla.com/D267313
1 parent 2d672ce commit 9433ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netwerk/protocol/http/nsHttpConnectionMgr.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3453,6 +3453,9 @@ ConnectionEntry* nsHttpConnectionMgr::GetOrCreateConnectionEntry(
34533453
("GetOrCreateConnectionEntry is coalescing h2/3 an/onymous "
34543454
"connections, ent=%p",
34553455
invertedEnt));
3456+
if (aAvailableForDispatchNow) {
3457+
*aAvailableForDispatchNow = true;
3458+
}
34563459
return invertedEnt;
34573460
}
34583461
}

0 commit comments

Comments
 (0)