summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialmgr.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-25 11:31:11 -0700
committerRider Linden <none@none>2015-03-25 11:31:11 -0700
commite140118fc41b79e403b299cabe1653af1971e87a (patch)
treea67ab5d98aaec4e6be50ddf67c537a799fcc8d15 /indra/newview/llmaterialmgr.cpp
parent3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (diff)
Replace appearance responder with new LLCore Appearance Handler.
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
Diffstat (limited to 'indra/newview/llmaterialmgr.cpp')
-rwxr-xr-xindra/newview/llmaterialmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmaterialmgr.cpp b/indra/newview/llmaterialmgr.cpp
index 81372f10b3..065d763596 100755
--- a/indra/newview/llmaterialmgr.cpp
+++ b/indra/newview/llmaterialmgr.cpp
@@ -660,7 +660,7 @@ void LLMaterialMgr::processGetQueue()
LL_DEBUGS("Materials") << "POSTing to region '" << regionp->getName() << "' at '" << capURL << " for " << materialsData.size() << " materials."
<< "\ndata: " << ll_pretty_print_sd(materialsData) << LL_ENDL;
- LLCore::HttpHandle handle = LLCoreHttpUtil::requestPutWithLLSD(mHttpRequest,
+ LLCore::HttpHandle handle = LLCoreHttpUtil::requestPostWithLLSD(mHttpRequest,
mHttpPolicy, mHttpPriority, capURL,
postData, mHttpOptions, mHttpHeaders, handler);