LIBOMV-527 Fixes crash in GridProxy due to Viewer sending bad capability requests (Our parser defaults them to GET when they should be POST)

LIBOMV-477 Adds known data on ProductInfoRequest capability, will have to finish this when the capability is on the simulator.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2727 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-05-09 07:29:44 +00:00
parent 1331591d27
commit d6f857ba01
3 changed files with 19 additions and 3 deletions

View File

@@ -25,8 +25,6 @@
*/
using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse.StructuredData;
using OpenMetaverse.Interfaces;
using OpenMetaverse.Messages.Linden;
@@ -78,7 +76,7 @@ namespace OpenMetaverse.Messages
case "EventQueueGet": message = new EventQueueGetMessage(); break;
case "CrossedRegion": message = new CrossedRegionMessage(); break;
case "TeleportFailed": message = new TeleportFailedMessage(); break;
//case "ProductInfoRequest": message = new ProductInfoRequestMessage(); break;
// Capabilities TODO:
// DispatchRegionInfo