mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
bug 780522 - stack overflow port out of range part 1/2 r=honzab
This commit is contained in:
parent
b6330dff92
commit
f71850e328
@ -3073,5 +3073,7 @@ nsConnectionEntry::RemoveHalfOpen(nsHalfOpenSocket *halfOpen)
|
||||
|
||||
if (!UnconnectedHalfOpens())
|
||||
// perhaps this reverted RestrictConnections()
|
||||
gHttpHandler->ConnMgr()->ProcessPendingQForEntry(this);
|
||||
// use the PostEvent version of processpendingq to avoid
|
||||
// altering the pending q vector from an arbitrary stack
|
||||
gHttpHandler->ConnMgr()->ProcessPendingQ(mConnInfo);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user