summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-10 11:43:48 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-10 11:43:48 -0400
commitf78da987913de659367b24e3aa0add2c570f8e1f (patch)
tree67dc4e3574ee28714f5ef1d65abe09d916b7609f /indra/newview/lltexturefetch.h
parent2711ba44f69afa3ed1df9fefc0b1403b40f0ec35 (diff)
SH-4061 WIP - capture http status codes from requests, restrict SB fetch retries to 5xx errors
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rwxr-xr-xindra/newview/lltexturefetch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index b99480d18e..9f77d58727 100755
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -95,7 +95,8 @@ public:
// Threads: T*
bool getRequestFinished(const LLUUID& id, S32& discard_level,
- LLPointer<LLImageRaw>& raw, LLPointer<LLImageRaw>& aux);
+ LLPointer<LLImageRaw>& raw, LLPointer<LLImageRaw>& aux,
+ LLCore::HttpStatus& last_http_get_status);
// Threads: T*
bool updateRequestPriority(const LLUUID& id, F32 priority);