diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-16 20:27:49 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-04-16 20:27:49 -0400 |
| commit | e3bad9fb86c3f44ad67488402ce2e46743a2422e (patch) | |
| tree | fee6f93203d87d71031de5df7181cd7df9ca88ce /indra/newview/lltexturefetch.cpp | |
| parent | 9cbbb45a0ca8a56707125cdb3f6ea95de7f9deef (diff) | |
SH-4061 WIP - fix for build issues on mac, reset the retry policy on success.
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
| -rwxr-xr-x | indra/newview/lltexturefetch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 1a6a308230..774c925fa1 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -1976,6 +1976,10 @@ void LLTextureFetchWorker::onCompleted(LLCore::HttpHandle handle, LLCore::HttpRe llinfos << mID << " will not retry" << llendl; } } + else + { + mFetchRetryPolicy.onSuccess(); + } LL_DEBUGS("Texture") << "HTTP COMPLETE: " << mID << " status: " << status.toHex() |
