mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +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:
@@ -386,7 +386,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge
|
||||
updatePost.ContentType = "text/xml";
|
||||
updatePost.ContentLength = payload.Length;
|
||||
updatePost.UserAgent = "OpenSim.Concierge";
|
||||
updatePost.Proxy = null;
|
||||
|
||||
|
||||
BrokerState bs = new BrokerState(uri, payload, updatePost);
|
||||
bs.Timer = new Timer(delegate(object state)
|
||||
|
||||
Reference in New Issue
Block a user