summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-11-29 14:43:09 -0600
committerDave Parks <davep@lindenlab.com>2011-11-29 14:43:09 -0600
commit85392acac0a10e274a3134180265b7b233d8b479 (patch)
tree75fb561d925de0f9a723d708a33f22a6abe195bf /indra/newview/llappviewer.cpp
parentd22584bfe51c034076d9e8df01f70628abc22f85 (diff)
parentfcd232e0fb9ebd18a1d3c967147232912425bc53 (diff)
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 8946bb6904..9d40a8a60e 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1381,6 +1381,11 @@ bool LLAppViewer::mainLoop()
}
}
gMeshRepo.update() ;
+
+ if(!LLCurl::getCurlThread()->update(1))
+ {
+ LLCurl::getCurlThread()->pause() ; //nothing in the curl thread.
+ }
if(!total_work_pending) //pause texture fetching threads if nothing to process.
{