diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-12-21 22:24:34 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-12-21 22:24:34 +0000 |
commit | 11e506f2eb979a5ddfc3ca6f9c626771ab012a78 (patch) | |
tree | a82e87ce0eb77c462106d5b27c4dd3a1b5186d70 /indra/newview/lltexturefetch.h | |
parent | 6c3375356e7366f4384d9233a43d2c58a01e7241 (diff) |
SH-3357 Texture fetch debugger not running correctly under drano-
http phase 1 Some missing counter initialization kept the debugger
from entering the startup state giving the appearance of a do-
nothing floater. Also found some unbound recursion that might need
looking at in the future. (There's a comment.)
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r-- | indra/newview/lltexturefetch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h index 3a99432b48..2377a54f92 100644 --- a/indra/newview/lltexturefetch.h +++ b/indra/newview/lltexturefetch.h @@ -449,7 +449,6 @@ private: LLPointer<LLImageRaw> mRawImage; e_curl_state mCurlState; S32 mCurlReceivedSize; - S32 mHTTPFailCount; LLCore::HttpHandle mHttpHandle; FetchEntry() : @@ -465,7 +464,6 @@ private: mFetchedSize(f_size), mDecodedSize(d_size), mNeedsAux(false), - mHTTPFailCount(0), mHttpHandle(LLCORE_HTTP_HANDLE_INVALID) {} }; |