From 92e6bbcd63d08a8f2d6accf668f630165a924d1d Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 19 Jan 2009 02:30:51 +0000 Subject: No longer append a "texture" parameter on texture asset requests. The asset server doesn't check for the existence of this parameter since r2744. --- OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 1c947dc..e27c4f4 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs @@ -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"; -- cgit v1.1