Be more verbose about internal (curl / timeout) errors.
Translates the CURLE_WRITE_ERROR into what it really means: that the low speed check failed.
This commit is contained in:
@@ -547,7 +547,7 @@ void LLInventoryModelFetchDescendentsResponder::error(U32 status, const std::str
|
||||
|
||||
fetcher->incrFetchCount(-1);
|
||||
|
||||
if (status==499) // timed out
|
||||
if (is_internal_http_error_that_warrants_a_retry(status)) // timed out
|
||||
{
|
||||
for(LLSD::array_const_iterator folder_it = mRequestSD["folders"].beginArray();
|
||||
folder_it != mRequestSD["folders"].endArray();
|
||||
|
||||
Reference in New Issue
Block a user