Kaynağa Gözat

Remove the unused status code

Claus Vium 6 yıl önce
ebeveyn
işleme
4df3333b71

+ 0 - 1
Jellyfin.Server/SocketSharp/WebSocketSharpListener.cs

@@ -129,7 +129,6 @@ namespace Jellyfin.Server.SocketSharp
 
 
         private async Task ProcessWebSocketRequest(HttpListenerContext ctx)
         private async Task ProcessWebSocketRequest(HttpListenerContext ctx)
         {
         {
-            int statusCode = 200;
             try
             try
             {
             {
                 var endpoint = ctx.Request.RemoteEndPoint.ToString();
                 var endpoint = ctx.Request.RemoteEndPoint.ToString();