diff options
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llurlrequest.cpp | 5 | ||||
-rw-r--r-- | indra/llmessage/llurlrequest.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp index d7812942c3..f850656785 100644 --- a/indra/llmessage/llurlrequest.cpp +++ b/indra/llmessage/llurlrequest.cpp @@ -192,11 +192,6 @@ void LLURLRequest::useProxy(bool use_proxy) } } -void LLURLRequest::useProxy(const std::string &proxy) -{ - curl_easy_setopt(mDetail->mCurl, CURLOPT_PROXY, proxy.c_str()); -} - // virtual LLIOPipe::EStatus LLURLRequest::handleError( LLIOPipe::EStatus status, diff --git a/indra/llmessage/llurlrequest.h b/indra/llmessage/llurlrequest.h index 288bf463f5..b154794ff1 100644 --- a/indra/llmessage/llurlrequest.h +++ b/indra/llmessage/llurlrequest.h @@ -166,11 +166,6 @@ public: */ void useProxy(bool use_proxy); - /** - * @ brief Set the CURLOPT_PROXY header to the given value. - */ - void useProxy(const std::string& proxy); - public: /** * @brief Give this pipe a chance to handle a generated error |