mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
update xmlrpc.dll with a send variant using httpclint and used it
This commit is contained in:
@@ -599,7 +599,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
XmlRpcRequest GridReq = new XmlRpcRequest("grid_instant_message", SendParams);
|
||||
try
|
||||
{
|
||||
XmlRpcResponse GridResp = GridReq.Send(reginfo.ServerURI, 3000);
|
||||
XmlRpcResponse GridResp = GridReq.Send(reginfo.ServerURI, WebUtil.SharedHttpClientWithRedir, 6000);
|
||||
Hashtable responseData = (Hashtable)GridResp.Value;
|
||||
if (responseData.ContainsKey("success"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user