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:
@@ -688,7 +688,7 @@ namespace OpenSim.Region.CoreModules.Scripting.XMLRPC
|
||||
XmlRpcRequest req = new XmlRpcRequest(mName, parameters);
|
||||
try
|
||||
{
|
||||
XmlRpcResponse resp = req.Send(DestURL, 30000);
|
||||
XmlRpcResponse resp = req.Send(DestURL, WebUtil.SharedHttpClientWithRedir, 30000);
|
||||
if (resp != null)
|
||||
{
|
||||
Hashtable respParms;
|
||||
|
||||
Reference in New Issue
Block a user