* Fixed endianness for OSD handling of uint, long, and ulong (big endian byte arrays are used)
* Fixed CapsServer to handle all content types (old SL clients were sending application/xml, new ones send application/llsd+xml) * Start the EventQueue ID at 1 (seems to help) * HyperGrid teleporting is now working in Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2428 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -250,7 +250,6 @@ namespace OpenMetaverse.Http
|
||||
HttpRequestHandler BuildCapsHandler(string path)
|
||||
{
|
||||
HttpRequestSignature signature = new HttpRequestSignature();
|
||||
signature.ContentType = "application/xml";
|
||||
signature.Path = path;
|
||||
return new HttpServer.HttpRequestHandler(signature, CapsCallback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user