mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
update xmlrpc.dll with a send variant using httpclint and used it
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenSim.Services.Connectors.InstantMessage
|
||||
try
|
||||
{
|
||||
|
||||
XmlRpcResponse GridResp = GridReq.Send(url, 10000);
|
||||
XmlRpcResponse GridResp = GridReq.Send(url, WebUtil.SharedHttpClientWithRedir, 10000);
|
||||
|
||||
Hashtable responseData = (Hashtable)GridResp.Value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user