* Fixed another potential httpserver leak.

This commit is contained in:
Teravus Ovares
2009-07-30 18:16:00 +00:00
parent 22a533b675
commit 23a8895d29
6 changed files with 30 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ namespace OpenSim.Framework.Servers.Tests
public void Send(byte[] buffer, int offset, int size) {}
public void Respond(string httpVersion, HttpStatusCode statusCode, string reason, string body, string contentType) {}
public void Close() { }
public bool EndWhenDone { get { return false;} set { return;}}
public event EventHandler<DisconnectedEventArgs> Disconnected = delegate { };
/// <summary>