mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow."
But the patch is here, in case anyone wants to try it.
This reverts commit 531edd51d8.
This commit is contained in:
@@ -1150,7 +1150,6 @@ namespace Nwc.XmlRpc
|
||||
request.ContentType = "text/xml";
|
||||
request.AllowWriteStreamBuffering = true;
|
||||
request.KeepAlive = !_disableKeepAlive;
|
||||
request.Proxy = null;
|
||||
|
||||
Stream stream = request.GetRequestStream();
|
||||
XmlTextWriter xml = new XmlTextWriter(stream, Encoding.ASCII);
|
||||
|
||||
Reference in New Issue
Block a user