From 0d528e1d226283fa9acfafbd60b8a7461f509a85 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 31 Oct 2007 12:45:03 +0000 Subject: * Added a streamhandler that does streams both in and out * The RestDeserialisehandler now does streams and returns an object instead of string --- OpenSim/Region/Application/OpenSimMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 6be067f..aec9500 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -415,7 +415,7 @@ namespace OpenSim return GetPhysicsScene(m_physicsEngine); } - private class SimStatusHandler : IStreamHandler + private class SimStatusHandler : IStreamedRequestHandler { public byte[] Handle(string path, Stream request) { -- cgit v1.1