Disable NET_PollSockets(...) optimization until it works correctly...

This commit is contained in:
rpotts%netscape.com 1998-08-01 09:13:20 +00:00
parent bbff83725a
commit ded87a43a6

View File

@ -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();
}
/// }
}
}