Refactored WebSocketServiceHost.cs

This commit is contained in:
sta
2014-02-17 17:14:34 +09:00
parent 9ee09919b1
commit b0bcdf33c4
4 changed files with 35 additions and 83 deletions

View File

@@ -694,7 +694,7 @@ namespace WebSocketSharp.Server
if (!KeepClean)
host.KeepClean = false;
_services.Add (host.ServicePath, host);
_services.Add (host.Path, host);
}
/// <summary>