Skip to content

Commit 7df1d64

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/D267317
1 parent e59bd66 commit 7df1d64

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
@@ -3454,6 +3454,9 @@ ConnectionEntry* nsHttpConnectionMgr::GetOrCreateConnectionEntry(
34543454
("GetOrCreateConnectionEntry is coalescing h2/3 an/onymous "
34553455
"connections, ent=%p",
34563456
invertedEnt));
3457+
if (aAvailableForDispatchNow) {
3458+
*aAvailableForDispatchNow = true;
3459+
}
34573460
return invertedEnt;
34583461
}
34593462
}

0 commit comments

Comments
 (0)