mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
From Michael Osias (IBM)
This patch implements the llHttpRequest function via a region module, HttpScriptsRequest. There were bits and peices in LSLLong_cmd_handler, which I moved into the region module, and just check for completed requests and dispatch the http_response callback event instead. works for me as of r2674
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
|
||||
public bool IsSharedModule
|
||||
{
|
||||
get { return false; }
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
/**********************************************
|
||||
|
||||
Reference in New Issue
Block a user