mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Also compress the actual fatpacks
This commit is contained in:
@@ -141,6 +141,11 @@ namespace OpenSim.Framework
|
||||
/// PUT JSON-encoded data to a web service that returns LLSD or
|
||||
/// JSON data
|
||||
/// </summary>
|
||||
public static OSDMap PutToServiceCompressed(string url, OSDMap data, int timeout)
|
||||
{
|
||||
return ServiceOSDRequest(url,data, "PUT", timeout, true);
|
||||
}
|
||||
|
||||
public static OSDMap PutToService(string url, OSDMap data, int timeout)
|
||||
{
|
||||
return ServiceOSDRequest(url,data, "PUT", timeout, false);
|
||||
|
||||
Reference in New Issue
Block a user