bug 946302 - SocketTransportService Going Offline takes too long r=jduell

This commit is contained in:
Patrick McManus 2013-12-05 09:01:25 -05:00
parent 7e05864542
commit 551a0d5931

View File

@ -542,6 +542,8 @@ nsSocketTransportService::SetOffline(bool offline)
else if (mOffline && !offline) {
mOffline = false;
}
if (mThreadEvent)
PR_SetPollableEvent(mThreadEvent);
return NS_OK;
}