summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpcommon.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-06-07 13:57:31 +0800
committerErik Kundiman <erik@megapahit.org>2024-06-07 13:57:31 +0800
commitb9a79fa2eb424facaec0e2a552111311c5d2bcf4 (patch)
tree44e0effc53eed257d120ca916b820dd8abf1a7a3 /indra/llcorehttp/httpcommon.cpp
parentd67f0aaaf43a5bd4e07c75aff3e01149bda18e22 (diff)
Revert to using isolated old cURL and old OpenSSL
Diffstat (limited to 'indra/llcorehttp/httpcommon.cpp')
-rw-r--r--indra/llcorehttp/httpcommon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp
index 196559d6c2..315ff15ebb 100644
--- a/indra/llcorehttp/httpcommon.cpp
+++ b/indra/llcorehttp/httpcommon.cpp
@@ -289,10 +289,8 @@ CURL *getCurlTemplateHandle()
check_curl_code(result, CURLOPT_NOSIGNAL);
result = curl_easy_setopt(curlpTemplateHandle, CURLOPT_NOPROGRESS, 1);
check_curl_code(result, CURLOPT_NOPROGRESS);
- /*
result = curl_easy_setopt(curlpTemplateHandle, CURLOPT_ENCODING, "");
check_curl_code(result, CURLOPT_ENCODING);
- */
result = curl_easy_setopt(curlpTemplateHandle, CURLOPT_AUTOREFERER, 1);
check_curl_code(result, CURLOPT_AUTOREFERER);
result = curl_easy_setopt(curlpTemplateHandle, CURLOPT_FOLLOWLOCATION, 1);