diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-20 11:37:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-20 11:37:05 -0400 |
| commit | 755d98edc0f21f1850652b29854732227c12deef (patch) | |
| tree | 47ac4edca0744d350c18a9282ffe339815db5ea5 /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | |
| parent | a2fb45ba8e63e4f9119f8367a1c0c52510386d53 (diff) | |
improved messages with startup failures
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs index aa30cee26..7792a28bb 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs @@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer { new ClientWebSocket(); - _supportsNativeWebSocket = true; + _supportsNativeWebSocket = false; } catch (PlatformNotSupportedException) { |
