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
parent
82d6581f61
commit
92e6bbcd63
|
@ -56,8 +56,6 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
RestClient rc = new RestClient(_assetServerUrl);
|
RestClient rc = new RestClient(_assetServerUrl);
|
||||||
rc.AddResourcePath("assets");
|
rc.AddResourcePath("assets");
|
||||||
rc.AddResourcePath(req.AssetID.ToString());
|
rc.AddResourcePath(req.AssetID.ToString());
|
||||||
if (req.IsTexture)
|
|
||||||
rc.AddQueryParameter("texture");
|
|
||||||
|
|
||||||
rc.RequestMethod = "GET";
|
rc.RequestMethod = "GET";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue