bug 1047474 - spdy/h2 dispatch with shift-reload sometimes sticks r=hurley

This commit is contained in:
Patrick McManus 2014-08-01 12:11:02 -04:00
parent fb7578dac2
commit 67ac27c906

View File

@ -673,6 +673,7 @@ nsHttpConnectionMgr::ReportSpdyConnection(nsHttpConnection *conn,
"abandon this connection yet."));
}
ProcessPendingQ(ent->mConnInfo);
PostEvent(&nsHttpConnectionMgr::OnMsgProcessAllSpdyPendingQ);
}