aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-23 11:40:47 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-23 11:40:47 -0400
commitcacba5ca11d600ed9d496c566807be92b228de7e (patch)
tree548e46418f25b2dc65b78c1a96083c5ca2b9c81a
parent946a5c49d060c818cb333095f8f488635a7f5e86 (diff)
removed test code
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
index 035c0e9dc..f6547dec1 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
@@ -531,7 +531,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{
new ClientWebSocket();
- _supportsNativeWebSocket = false;
+ _supportsNativeWebSocket = true;
}
catch (PlatformNotSupportedException)
{