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

asset server doesn't check for the existence of this parameter since
r2744.
This commit is contained in:
Mike Mazur
2009-01-19 02:30:51 +00:00
parent 82d6581f61
commit 92e6bbcd63

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";