further work in progress on the HttpServer side: XmlRpc handler path

almost complete and soon to be ready for testing; OSHttpResponse code
out.
This commit is contained in:
Dr Scofield
2008-07-14 12:18:32 +00:00
parent d262fb5650
commit 7692f3e18f
6 changed files with 598 additions and 83 deletions

View File

@@ -416,7 +416,7 @@ namespace OpenSim.Framework.Servers
{
try
{
response.OutputStream.Close();
response.Send();
}
catch (SocketException e)
{