mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +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:
@@ -280,7 +280,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
|
||||
WebRequest request = WebRequest.Create(m_uri);
|
||||
request.Method = request_method;
|
||||
request.ContentType = content_type;
|
||||
request.Proxy = null;
|
||||
|
||||
Stream os = null;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user