Also compress the actual fatpacks

This commit is contained in:
Melanie
2011-05-08 23:23:33 +02:00
parent 784e8afaa8
commit ade09d0fa1
4 changed files with 182 additions and 95 deletions

View File

@@ -50,6 +50,7 @@ namespace OpenSim.Server.Handlers.Simulation
// are pure binary and shoehorning that into a string with UTF-8
// encoding breaks it
server.AddStreamHandler(new AgentPostHandler(m_LocalSimulationService));
server.AddStreamHandler(new AgentPutHandler(m_LocalSimulationService));
server.AddHTTPHandler("/agent/", new AgentHandler(m_LocalSimulationService).Handler);
server.AddHTTPHandler("/object/", new ObjectHandler(m_LocalSimulationService).Handler);
}