mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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:
@@ -416,7 +416,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
try
|
||||
{
|
||||
response.OutputStream.Close();
|
||||
response.Send();
|
||||
}
|
||||
catch (SocketException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user