No longer append a "texture" parameter on texture asset requests. The

asset server doesn't check for the existence of this parameter since
r2744.
0.6.3-post-fixes
Mike Mazur 2009-01-19 02:30:51 +00:00
parent 82d6581f61
commit 92e6bbcd63
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ namespace OpenSim.Framework.Communications.Cache
RestClient rc = new RestClient(_assetServerUrl);
rc.AddResourcePath("assets");
rc.AddResourcePath(req.AssetID.ToString());
if (req.IsTexture)
rc.AddQueryParameter("texture");
rc.RequestMethod = "GET";