Browse Source

removed test code

Luke Pulverenti 11 years ago
parent
commit
cacba5ca11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs

+ 1 - 1
MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs

@@ -531,7 +531,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
                     {
                         new ClientWebSocket();
 
-                        _supportsNativeWebSocket = false;
+                        _supportsNativeWebSocket = true;
                     }
                     catch (PlatformNotSupportedException)
                     {