mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
update xmlrpc.dll with a send variant using httpclint and used it
This commit is contained in:
@@ -1691,7 +1691,7 @@ namespace OpenSim.Framework
|
||||
WebUtil.LogOutgoingDetail("SEND", reqnum, str);
|
||||
}
|
||||
|
||||
XmlRpcResponse Resp = Req.Send(url, 30000);
|
||||
XmlRpcResponse Resp = Req.Send(url, WebUtil.SharedHttpClientWithRedir, 30000);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user