diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2016-09-16 18:30:37 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2016-09-16 18:30:37 +0300 | 
| commit | c7f92169e195931454762c6fd3dfde7d5a3d7ff8 (patch) | |
| tree | 7871e604f924f88d2b63b330e756ca3e6132beab | |
| parent | f0c469b649feb2f94b07377faeb87e27fa3041a4 (diff) | |
| parent | 5e2676994cf1816ff1a39eb69d90662b5087d367 (diff) | |
Merged in Ansariel/viewer-bear-coro-namefix (pull request #14)
Fix HttpCoroutineAdapter name for clarity
| -rw-r--r-- | indra/llmessage/message.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llmessage/message.cpp b/indra/llmessage/message.cpp index cecb2021e7..290b67feb3 100644 --- a/indra/llmessage/message.cpp +++ b/indra/llmessage/message.cpp @@ -4007,7 +4007,7 @@ void LLMessageSystem::sendUntrustedSimulatorMessageCoro(std::string url, std::st  {      LLCore::HttpRequest::policy_t httpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID);      LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t -        httpAdapter(new LLCoreHttpUtil::HttpCoroutineAdapter("groupMembersRequest", httpPolicy)); +        httpAdapter(new LLCoreHttpUtil::HttpCoroutineAdapter("untrustedSimulatorMessage", httpPolicy));      LLCore::HttpRequest::ptr_t httpRequest(new LLCore::HttpRequest);      LLCore::HttpOptions::ptr_t httpOpts = LLCore::HttpOptions::ptr_t(new LLCore::HttpOptions); | 
