WIP: make everything use AICurlEasyRequestStateMachine
This commit is contained in:
@@ -778,7 +778,7 @@ void LLPanelGroupVoting::impl::sendStartGroupProposal()
|
||||
body["duration"] = duration_seconds;
|
||||
body["proposal-text"] = mProposalText->getText();
|
||||
|
||||
LLHTTPClient::post(
|
||||
LLHTTPClient::post4(
|
||||
url,
|
||||
body,
|
||||
new LLStartGroupVoteResponder(mGroupID),
|
||||
@@ -825,7 +825,7 @@ void LLPanelGroupVoting::impl::sendGroupProposalBallot(const std::string& vote)
|
||||
body["group-id"] = mGroupID;
|
||||
body["vote"] = vote;
|
||||
|
||||
LLHTTPClient::post(
|
||||
LLHTTPClient::post4(
|
||||
url,
|
||||
body,
|
||||
new LLGroupProposalBallotResponder(mGroupID),
|
||||
|
||||
Reference in New Issue
Block a user