WIP: make everything use AICurlEasyRequestStateMachine

This commit is contained in:
Aleric Inglewood
2012-08-20 17:29:15 +02:00
parent 05c32c7a62
commit 83b13f6a3f
83 changed files with 766 additions and 752 deletions

View File

@@ -572,7 +572,7 @@ LLUUID LLInventoryModel::createNewCategory(const LLUUID& parent_id,
request["payload"] = body;
// viewer_region->getCapAPI().post(request);
LLHTTPClient::post(
LLHTTPClient::post4(
url,
body,
new LLCreateInventoryCategoryResponder(this, callback, user_data) );