aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llcurl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llcurl.cpp b/linden/indra/llmessage/llcurl.cpp
index 01976b1..9b5e6cd 100644
--- a/linden/indra/llmessage/llcurl.cpp
+++ b/linden/indra/llmessage/llcurl.cpp
@@ -367,6 +367,11 @@ LLCurl::getByteRange(const std::string& url, S32 offset, S32 length, ResponderPt
367 mainMulti()->getByteRange(url, offset, length, responder); 367 mainMulti()->getByteRange(url, offset, length, responder);
368} 368}
369 369
370void LLCurl::initClass()
371{
372 curl_global_init(CURL_GLOBAL_ALL);
373}
374
370void 375void
371LLCurl::process() 376LLCurl::process()
372{ 377{