Merge branch 'master' of git://opensimulator.org/git/opensim

This commit is contained in:
Dan Lake
2013-02-14 20:06:22 -08:00
32 changed files with 1000 additions and 259 deletions

View File

@@ -535,6 +535,8 @@ namespace OpenSim.Framework.Servers.HttpServer
/// <param name="message"></param>
public void Close(string message)
{
if (_networkContext == null)
return;
if (_networkContext.Stream != null)
{
if (_networkContext.Stream.CanWrite)