mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Disable NET_PollSockets(...) optimization until it works correctly...
This commit is contained in:
parent
bbff83725a
commit
ded87a43a6
@ -487,9 +487,9 @@ void nsNetlibService::NetPollSocketsCallback(nsITimer* aTimer, void* aClosure)
|
||||
|
||||
inet->CleanupPollingTimer(aTimer);
|
||||
// Keep scheduling callbacks as long as there are URLs to process...
|
||||
if (0 < NET_TotalNumberOfProcessingURLs) {
|
||||
/// if (0 < NET_TotalNumberOfProcessingURLs) {
|
||||
inet->SchedulePollingTimer();
|
||||
}
|
||||
/// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user