* Allow HttpServer AddHandler() and RemoveHandler() while the server is running

* Simplified HttpServer calback exception handling
* Fixed a recently introduced typo in LLSD binary serialization
* Allow LLSD binary serialization to work with any Stream instead of only MemoryStream
* Improved Utils.HexStringToBytes(), changed function signature
* Added an efficient Utils.EnumTryParse<T>()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2323 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-11-05 01:50:24 +00:00
parent f53aee6fa8
commit 61c8451fac
5 changed files with 89 additions and 78 deletions

View File

@@ -80,7 +80,6 @@ namespace Simian
public void Start(Simian server)
{
this.server = server;
udpServer = new UDPServer(server.UDPPort, server);
}