WIP: make everything use AICurlEasyRequestStateMachine
This commit is contained in:
@@ -55,7 +55,7 @@ void LLHTTPSender::send(const LLHost& host, const std::string& name,
|
||||
std::ostringstream stream;
|
||||
stream << "http://" << host << "/trusted-message/" << name;
|
||||
llinfos << "LLHTTPSender::send: POST to " << stream.str() << llendl;
|
||||
LLHTTPClient::post(stream.str(), body, response);
|
||||
LLHTTPClient::post4(stream.str(), body, response);
|
||||
}
|
||||
|
||||
//static
|
||||
|
||||
Reference in New Issue
Block a user