Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -626,7 +626,7 @@ LLSD LLHTTPAssetStorage::getPendingRequest(LLAssetStorage::ERequestType rt,
|
||||
const request_list_t* running = getRunningList(rt);
|
||||
if (running)
|
||||
{
|
||||
LLSD sd = LLAssetStorage::getPendingRequest(running, asset_type, asset_id);
|
||||
LLSD sd = LLAssetStorage::getPendingRequestImpl(running, asset_type, asset_id);
|
||||
if (sd)
|
||||
{
|
||||
sd["is_running"] = true;
|
||||
|
||||
Reference in New Issue
Block a user