diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llurlrequest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llurlrequest.h b/linden/indra/llmessage/llurlrequest.h index 9088244..8aa1788 100644 --- a/linden/indra/llmessage/llurlrequest.h +++ b/linden/indra/llmessage/llurlrequest.h | |||
@@ -174,6 +174,12 @@ public: | |||
174 | 174 | ||
175 | /* @name LLIOPipe virtual implementations | 175 | /* @name LLIOPipe virtual implementations |
176 | */ | 176 | */ |
177 | |||
178 | /** | ||
179 | * @ brief Turn off (or on) the CURLOPT_PROXY header. | ||
180 | */ | ||
181 | void useProxy(bool use_proxy); | ||
182 | |||
177 | public: | 183 | public: |
178 | /** | 184 | /** |
179 | * @brief Give this pipe a chance to handle a generated error | 185 | * @brief Give this pipe a chance to handle a generated error |