diff options
| author | rider <rider@lindenlab.com> | 2015-10-06 15:24:43 -0700 | 
|---|---|---|
| committer | rider <rider@lindenlab.com> | 2015-10-06 15:24:43 -0700 | 
| commit | 38d90d2e828011ca86074f468175945c9ccedb92 (patch) | |
| tree | 1d9e62b7e88725e4047942113dd92c8f985e0b16 /indra/llmessage | |
| parent | ca81b19e80d0e0301b08bad9bd32ada937dea10d (diff) | |
| parent | 8974f7e1133232699dcc743eafbfcc8209988104 (diff) | |
Merge
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/llcorehttputil.cpp | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/indra/llmessage/llcorehttputil.cpp b/indra/llmessage/llcorehttputil.cpp index d964ff7100..db1cfbe638 100644 --- a/indra/llmessage/llcorehttputil.cpp +++ b/indra/llmessage/llcorehttputil.cpp @@ -263,8 +263,6 @@ void HttpCoroHandler::onCompleted(LLCore::HttpHandle handle, LLCore::HttpRespons      buildStatusEntry(response, status, result); -#if 1 -    // commenting out, but keeping since this can be useful for debugging      if (!status)      {          LLSD &httpStatus = result[HttpCoroutineAdapter::HTTP_RESULTS]; @@ -276,10 +274,11 @@ void HttpCoroHandler::onCompleted(LLCore::HttpHandle handle, LLCore::HttpRespons          bas >> std::noskipws;          bodyData.assign(std::istream_iterator<U8>(bas), std::istream_iterator<U8>());          httpStatus["error_body"] = LLSD(bodyData); - +#if 1 +        // commenting out, but keeping since this can be useful for debugging          LL_WARNS() << "Returned body=" << std::endl << httpStatus["error_body"].asString() << LL_ENDL; -    }  #endif +    }      mReplyPump.post(result);  } | 
