Modified IWebSocketServiceHost.cs and WebSocketServiceHostManager.cs

This commit is contained in:
sta
2013-09-18 17:44:14 +09:00
parent 903a5bf46b
commit 403cf2a3f2
5 changed files with 130 additions and 117 deletions

View File

@@ -226,7 +226,7 @@ namespace WebSocketSharp.Server
var path = context.Path;
IWebSocketServiceHost host;
if (!_serviceHosts.TryGetServiceHost (path, out host))
if (!_serviceHosts.TryGetServiceHostInternally (path, out host))
{
websocket.Close (HttpStatusCode.NotImplemented);
return;