diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp index d1ce88672..5d5d4d6b3 100644 --- a/indra/llmessage/llurlrequest.cpp +++ b/indra/llmessage/llurlrequest.cpp @@ -346,7 +346,6 @@ LLIOPipe::EStatus LLURLRequest::process_impl( if (!mDetail) return STATUS_ERROR; //Seems to happen on occasion. Need to hunt down why. - //AIFIXME: implement this again: // we're still waiting or processing, check how many // bytes we have accumulated. const S32 MIN_ACCUMULATION = 100000;