Revert "Possible fix for "No able to connect to SecondLife""
This reverts commit 66c95af093.
This commit is contained in:
@@ -471,9 +471,6 @@ void LLURLRequest::initialize()
|
||||
return ;
|
||||
}
|
||||
|
||||
#ifndef CURLTHREADING_BRANCH
|
||||
mDetail->mCurlRequest->setopt(CURLOPT_SSLVERSION, (long)CURL_SSLVERSION_TLSv1);
|
||||
#endif
|
||||
mDetail->mCurlRequest->setopt(CURLOPT_NOSIGNAL, 1);
|
||||
mDetail->mCurlRequest->setWriteCallback(&downCallback, (void*)this);
|
||||
mDetail->mCurlRequest->setReadCallback(&upCallback, (void*)this);
|
||||
|
||||
Reference in New Issue
Block a user