Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -234,6 +234,8 @@ void LLXMLRPCTransaction::Impl::init(XMLRPC_REQUEST request, bool useGzip)
|
||||
if (LLSocks::getInstance()->getHttpProxyType() == LLPROXY_SOCKS)
|
||||
{
|
||||
mCurlRequest->setopt(CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
|
||||
if(LLSocks::getInstance()->getSelectedAuthMethod()==METHOD_PASSWORD)
|
||||
mCurlRequest->setoptString(CURLOPT_PROXYUSERPWD,LLSocks::getInstance()->getProxyUserPwd());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user