replace external httpserver by embedded one (based on same code) - This may still be very bad; clean solution and runprebuild, or clone to clan folder

This commit is contained in:
UbitUmarov
2020-04-02 21:44:34 +01:00
parent 650b051cdf
commit 67cd5efab3
54 changed files with 5669 additions and 1630 deletions

View File

@@ -32,7 +32,7 @@ using System.Net;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using HttpServer;
using OSHttpServer;
namespace OpenSim.Framework.Servers.HttpServer
{