Allow switching between HTTP and UDP inventory without relogging.

This also makes the viewer immune for grids that send the FetchInventory2 et al
capabilities regardsless of whether we requested them (in fact, we always
request them now: we need them when someone switches in the middle of a session).

Note that (I tested that) textures could already be switched between
HTTP and UDP without relogging.
This commit is contained in:
Aleric Inglewood
2013-05-03 17:59:27 +02:00
parent 673e96e829
commit 4983fd6ab6
4 changed files with 40 additions and 49 deletions

View File

@@ -1172,7 +1172,7 @@ bool LLTextureFetchWorker::doWork(S32 param)
}
else
{
// This will happen if not logged in or if a region deoes not have HTTP Texture enabled
// This will happen if not logged in or if a region does not have HTTP Texture enabled
//llwarns << "Region not found for host: " << mHost << llendl;
mCanUseHTTP = false;
}