aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:08:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:08:34 -0400
commit467f44050198060a88538428bfb21f71ec08ad5b (patch)
tree8a5d0ef8409b937b7bdc8130d2ecadf95ff638a7 /Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs
parent34b72751e018239b7c5a1a964b5a1bc245e8226b (diff)
3.2.30.26
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs b/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs
index e334370df..8fb0d4f3e 100644
--- a/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs
+++ b/Emby.Server.Implementations/HttpServer/SocketSharp/WebSocketSharpListener.cs
@@ -185,11 +185,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
if (_listener != null)
{
- foreach (var prefix in _listener.Prefixes.ToList())
- {
- _listener.Prefixes.Remove(prefix);
- }
-
_listener.Close();
}