mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
use osutf8 on some http headers parse
This commit is contained in:
@@ -114,12 +114,12 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public static OSDMap PutToServiceCompressed(string url, OSDMap data, int timeout)
|
||||
{
|
||||
return ServiceOSDRequest(url,data, "PUT", timeout, true, false);
|
||||
return ServiceOSDRequest(url, data, "PUT", timeout, true, false);
|
||||
}
|
||||
|
||||
public static OSDMap PutToService(string url, OSDMap data, int timeout)
|
||||
{
|
||||
return ServiceOSDRequest(url,data, "PUT", timeout, false, false);
|
||||
return ServiceOSDRequest(url, data, "PUT", timeout, false, false);
|
||||
}
|
||||
|
||||
public static OSDMap PostToService(string url, OSDMap data, int timeout, bool rpc)
|
||||
|
||||
Reference in New Issue
Block a user