This commit is contained in:
Aleric Inglewood
2012-08-02 22:34:23 +02:00
parent 29908533cd
commit 5fb4badb7c
8 changed files with 192 additions and 77 deletions

View File

@@ -150,9 +150,7 @@ std::string LLURLRequest::actionAsVerb(LLURLRequest::ERequestAction action)
LLURLRequest::LLURLRequest(LLURLRequest::ERequestAction action, std::string const& url) : AICurlEasyRequestStateMachine(true), mAction(action), mURL(url)
{
LLMemType m1(LLMemType::MTYPE_IO_URL_REQUEST);
//AIFIXME: start statemachine mState = STATE_INITIALIZED;
llassert_always(false);
run();
}
#if 0