aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhttpclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llhttpclient.cpp')
-rw-r--r--linden/indra/llmessage/llhttpclient.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llhttpclient.cpp b/linden/indra/llmessage/llhttpclient.cpp
index a1f8e29..392dfd0 100644
--- a/linden/indra/llmessage/llhttpclient.cpp
+++ b/linden/indra/llmessage/llhttpclient.cpp
@@ -43,12 +43,9 @@
43#include <curl/curl.h> 43#include <curl/curl.h>
44 44
45const F32 HTTP_REQUEST_EXPIRY_SECS = 60.0f; 45const F32 HTTP_REQUEST_EXPIRY_SECS = 60.0f;
46
47static std::string gCABundle; 46static std::string gCABundle;
48 47
49 48
50
51
52LLHTTPClient::Responder::Responder() 49LLHTTPClient::Responder::Responder()
53 : mReferenceCount(0) 50 : mReferenceCount(0)
54{ 51{